]> git.proxmox.com Git - proxmox-backup.git/history - src/config/network
tfa: remember recovery indices
[proxmox-backup.git] / src / config / network /
2020-11-30 Wolfgang Bumillernetwork helpers: fix fd leak in get_network_interfaces
2020-11-02 Thomas Lamprechtconfig: network: use error message when parsing netmask...
2020-11-02 Dietmar Maurerconfig: support netmask when parsing interfaces file
2020-10-15 Wolfgang Bumillermore clippy lints
2020-09-30 Dietmar Maurersrc/tools.rs: make command_output return Vec<u8>
2020-09-17 Dominik Csapakfix #2942: implement lacp bond mode and bond_xmit_hash_...
2020-09-17 Dominik Csapakapi2/network: add bond-primary parameter
2020-08-14 Fabian EbnerFix #2926: parse_iface_attributes: always break on...
2020-06-23 Dominik Csapakremove absolute paths when executing binaries
2020-05-27 Dietmar Maurersrc/tools.rs - command_output: add parameter to check...
2020-05-27 Dietmar Maurersrc/tools.rs: new helper to handle command_output ...
2020-05-24 Dietmar Maurersrc/config/network.rs: implement is_physical_nic()...
2020-05-07 Dietmar Maurersrc/config/network.rs: implement bond_mode
2020-05-07 Dietmar Maurersrc/config/network.rs: make it compatible with pve
2020-04-24 Dietmar Maurersrc/config/network.rs: auto-add lo, and implement a...
2020-04-24 Dietmar Maurersrc/config/network.rs: implement network reload, set...
2020-04-24 Dietmar Maurersrc/config/network.rs: use a simple String for comments
2020-04-24 Dietmar Maurersrc/config/network/parser.rs: corectly detect vanished...
2020-04-23 Dietmar Maurersrc/config/network.rs; support interface comments,...
2020-04-23 Dietmar Maurersrc/config/network.rs: do not allow to change interface...
2020-04-23 Dietmar Maurersrc/config/network.rs: parse bond-slaves
2020-04-23 Dietmar Maurersrc/config/network.rs: parse bridge-ports
2020-04-23 Dietmar Maurersrc/config/network.rs: introduce NetworkInterfaceType
2020-04-23 Dietmar Maurersrc/config/network.rs: use a single mtu setting (instea...
2020-04-22 Dietmar Maurersrc/api2/config/network.rs: allow to update 'auto'...
2020-04-22 Dietmar Maurersrc/config/network/parser.rs: parse MTU settings
2020-04-22 Dietmar Maurersrc/config/network/parser.rs: remove debug println
2020-04-22 Dietmar Maurersrc/config/network/helper.rs: fix CIDR regex
2020-04-22 Dietmar Maurersrc/config/network.rs: remove netmask support
2020-04-21 Dietmar Maurerrename ConfigMethod to NetworkConfigMethod
2020-04-21 Dietmar Maurersrc/config/network.rs: impleement load/save
2020-04-21 Dietmar Maurersrc/config/network.rs: add Interface flags 'exists...
2020-04-21 Dietmar Maurersrc/config/network.rs: cleanup autostart flag handling
2020-04-21 Dietmar Maurersrc/config/network/helper.rs: new helper get_network_in...
2020-04-20 Dietmar Maurersrc/config/network.rs: simplify code
2020-04-20 Dietmar Maurersrc/config/network.rs: read/write /etc/network/interfaces