]> git.proxmox.com Git - proxmox-backup.git/commit - src/api2/node/network.rs
fix #2942: implement lacp bond mode and bond_xmit_hash_policy
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 16 Sep 2020 12:12:30 +0000 (14:12 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 17 Sep 2020 06:36:25 +0000 (08:36 +0200)
commit8f2f3dd710ddae95695a72c07134e652f645f54e
treee8d616c0119b2858e9f075470e57df505e2ede41
parent85959a99eaf39c3df23d6a215ef318d614762e7f
fix #2942: implement lacp bond mode and bond_xmit_hash_policy

this was not yet implemented, should be compatible with pve and the gui

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/api2/node/network.rs
src/api2/types/mod.rs
src/config/network.rs
src/config/network/lexer.rs
src/config/network/parser.rs