Dietmar Maurer
|
0f6bdbb01f
|
src/config/network.rs - write_config: add more consistency checks
|
2020-05-08 14:31:38 +02:00 |
Dietmar Maurer
|
a4ccb46176
|
src/config/network.rs: avoid duplicate port usage
|
2020-05-08 11:15:00 +02:00 |
Dietmar Maurer
|
80bf084876
|
src/config/network.rs: do not combine entries
It is unclear when and how to write combined entries ...
|
2020-05-08 10:20:57 +02:00 |
Dietmar Maurer
|
db5672e83e
|
src/config/network.rs: always write bridge_ports and bond_slaves
So that we can reliable detect the interface type.
|
2020-05-08 09:58:03 +02:00 |
Dietmar Maurer
|
bab5d18c3d
|
src/config/network.rs: implement bond_mode
and rename bond_slaves to slaves to make it compatible with pve.
|
2020-05-07 14:07:45 +02:00 |
Dietmar Maurer
|
7b22acd0c2
|
src/config/network.rs: make it compatible with pve
and depend on proxmox 0.1.26
|
2020-05-07 09:28:25 +02:00 |
Dietmar Maurer
|
1ca540a63b
|
src/config/network.rs: auto-add lo, and implement a few regression tests
|
2020-04-24 12:57:11 +02:00 |
Dietmar Maurer
|
2eefd9aee1
|
src/config/network.rs: implement network reload, set "changes" attribute
|
2020-04-24 09:55:46 +02:00 |
Dietmar Maurer
|
8a6b86b8a7
|
src/config/network.rs: use a simple String for comments
|
2020-04-24 07:46:08 +02:00 |
Dietmar Maurer
|
5f60a58fd5
|
src/config/network.rs; support interface comments, cleanups
|
2020-04-23 15:54:30 +02:00 |
Dietmar Maurer
|
659c3be3d5
|
src/config/network.rs: avoid newline after family options
|
2020-04-23 11:30:41 +02:00 |
Dietmar Maurer
|
5e4e88e83f
|
src/api2/config/network.rs: implement update/delete for bridge_ports and bond_slaves
|
2020-04-23 11:21:27 +02:00 |
Dietmar Maurer
|
c38b4bb8b2
|
src/config/network.rs: do not allow to change interface type
|
2020-04-23 09:43:38 +02:00 |
Dietmar Maurer
|
42fbe91a34
|
src/config/network.rs: parse bond-slaves
|
2020-04-23 09:31:10 +02:00 |
Dietmar Maurer
|
1d9a68c2fc
|
src/config/network.rs: parse bridge-ports
|
2020-04-23 09:24:17 +02:00 |
Dietmar Maurer
|
02269f3dba
|
src/config/network.rs: introduce NetworkInterfaceType
|
2020-04-23 08:45:03 +02:00 |
Dietmar Maurer
|
d5ca9bd5df
|
src/config/network.rs: cleanup (new helper combine_entry)
|
2020-04-23 07:54:12 +02:00 |
Dietmar Maurer
|
02e36d96ad
|
src/config/network.rs: write changes to interfaces.new
|
2020-04-23 07:19:29 +02:00 |
Dietmar Maurer
|
2c18efd902
|
src/config/network.rs: use a single mtu setting (instead of mtu_v4 and mtu_v6)
|
2020-04-23 07:07:14 +02:00 |
Dietmar Maurer
|
f1026a5aa9
|
src/api2/config/network.rs: allow to update 'auto' flag
|
2020-04-22 16:46:46 +02:00 |
Dietmar Maurer
|
3fce3bc36e
|
src/config/network/parser.rs: parse MTU settings
|
2020-04-22 13:44:51 +02:00 |
Dietmar Maurer
|
f8e7ac686a
|
src/config/network.rs: only save attriubutes used by configuration method
|
2020-04-22 12:42:09 +02:00 |
Dietmar Maurer
|
df6bb03d0e
|
src/api2/config/network.rs: improve network api
|
2020-04-22 10:54:07 +02:00 |
Dietmar Maurer
|
8b57cd4441
|
src/config/network.rs: remove netmask support
rely on cidr instead.
|
2020-04-22 08:45:13 +02:00 |
Dietmar Maurer
|
c357260d09
|
src/config/network.rs: move type definitions to src/api2/types.rs
|
2020-04-21 17:25:05 +02:00 |
Dietmar Maurer
|
7e02d08cd0
|
rename ConfigMethod to NetworkConfigMethod
|
2020-04-21 17:17:57 +02:00 |
Dietmar Maurer
|
ca0e534796
|
src/api2/config/network.rs: start network configuration api
|
2020-04-21 14:28:26 +02:00 |
Dietmar Maurer
|
904e988667
|
src/config/network.rs: impleement load/save
|
2020-04-21 12:55:33 +02:00 |
Dietmar Maurer
|
3f129233be
|
src/config/network.rs: add Interface flags 'exists' and 'active'
|
2020-04-21 11:46:56 +02:00 |
Dietmar Maurer
|
a9bb491e35
|
src/config/network.rs: cleanup autostart flag handling
|
2020-04-21 11:06:22 +02:00 |
Dietmar Maurer
|
92310d585c
|
src/config/network.rs: simplify code
|
2020-04-20 18:10:15 +02:00 |
Dietmar Maurer
|
f34d4401f7
|
src/config/network.rs: read/write /etc/network/interfaces
Start implementing a recursive descent parser.
|
2020-04-20 14:15:57 +02:00 |