summaryrefslogtreecommitdiff
path: root/src/conf_mode/interface-bonding.py
AgeCommit message (Expand)Author
2019-09-24Python/ifconfig: T1557: refactor BondIf 'xmit_hash_policy' property to set_ha...Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor Interface 'state' property to set_state()/ge...Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor Interface 'arp_cache_tmo' property to set_se...Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor Interface 'proxy_arp_pvlan' property to set_...Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor Interface 'proxy_arp' property to set_proxy_...Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor Interface 'ifalias' property to set_alias()Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor Interface 'link_detect' property to set_link...Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor BondIf 'primary' property to set_primary()Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor 'mac' property to set_mac()Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor 'mtu' property to get_mtu()/set_mtu()Christian Poessinger
2019-09-20bonding: T1614: minor comment cleanupChristian Poessinger
2019-09-20Python/ifconfig: T1557: rename EthernetIf -> VLANIfChristian Poessinger
2019-09-19bonding: T1614: allow adding disabled interfaces to bondChristian Poessinger
2019-09-15bonding: T1614: do not overwrite interface description with interface nameChristian Poessinger
2019-09-13bonding: T1614: use proper (previously missing) miimon propertyChristian Poessinger
2019-09-13bonding: T1660: bugfix for triggered OS permission denied exceptionChristian Poessinger
2019-09-13Revert "[bonding] T1660 Adding additional check. Some bonding mode don't supp...hagbard
2019-09-13[bonding] T1660 Adding additional check. Some bonding mode don't support arp_...Eshenko Dmitriy
2019-09-07bonding: T1614: bugfix in validate - enslave failedChristian Poessinger
2019-09-07bridge: bonding: minor comment cleanupChristian Poessinger
2019-09-06bonding: T1614: members are not allowed to be underlaying vxlan devicesChristian Poessinger
2019-09-06bonding: T1614: reword verify() error messagesChristian Poessinger
2019-09-06bonding: T1614: enslaved interfaces can be added to only one bond at a timeChristian Poessinger
2019-09-06Python/ifconfig: T1557: {add,del}_addr() now supports dhcp/dhcpv6Christian Poessinger
2019-09-04Python/configdict: add function vlan_to_dictChristian Poessinger
2019-09-04Python/configdict: add list_diff function to compare two listsChristian Poessinger
2019-09-04bonding: T1614: T532: new commit validatorsChristian Poessinger
2019-09-04bonding: T1614: add vif-c VLAN interface supportChristian Poessinger
2019-09-04bonding: T1614: identical ID on vif and vif-s is not allowedChristian Poessinger
2019-09-04bonding: T1614: T1557: add vif/vif-s VLAN interface supportChristian Poessinger
2019-09-04bonding: T1614: remove obsolete 'member_remove' dict-keyChristian Poessinger
2019-09-04bonding: T1614: can not set primary interface when it's not part of the bondChristian Poessinger
2019-09-04bonding: T1614: Initial version in new style XML/Python interfaceChristian Poessinger