Wolfgang Bumiller
|
99e98f605c
|
network helpers: fix fd leak in get_network_interfaces
This one always leaked.
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2020-11-30 11:25:53 +01:00 |
|
Dietmar Maurer
|
645a47ff6e
|
config: support netmask when parsing interfaces file
|
2020-11-02 14:32:35 +01:00 |
|
Wolfgang Bumiller
|
2081327428
|
more clippy lints
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2020-10-15 12:18:34 +02:00 |
|
Dietmar Maurer
|
e64b9f9204
|
src/tools.rs: make command_output return Vec<u8>
And add a new helper to return output as string.
|
2020-09-30 10:49:20 +02:00 |
|
Dominik Csapak
|
cbef49bf4f
|
remove absolute paths when executing binaries
we set the paths manually, so this is ok
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
|
2020-06-23 07:09:06 +02:00 |
|
Dietmar Maurer
|
143b654550
|
src/tools.rs - command_output: add parameter to check exit code
|
2020-05-27 07:25:39 +02:00 |
|
Dietmar Maurer
|
97fab7aa11
|
src/tools.rs: new helper to handle command_output (std::process::Output)
|
2020-05-27 06:53:25 +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
|
0c226bc173
|
src/config/network/helper.rs: fix CIDR regex
|
2020-04-22 10:52:31 +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
|
1ec7f8a0dd
|
src/config/network/helper.rs: new helper get_network_interfaces()
|
2020-04-21 10:32:54 +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 |
|