Age | Commit message (Expand) | Author |
2019-09-24 | Python/ifconfig: T1557: refactor BondIf 'arp_ip_target' property to set_arp_i... | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor BondIf 'arp_interval' property to set_arp_in... | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor BondIf 'xmit_hash_policy' property to set_ha... | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor Interface 'state' property to set_state()/ge... | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor Interface 'arp_cache_tmo' property to set_se... | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor Interface 'proxy_arp_pvlan' property to set_... | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor Interface 'proxy_arp' property to set_proxy_... | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor Interface 'ifalias' property to set_alias() | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor Interface 'link_detect' property to set_link... | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor BondIf 'primary' property to set_primary() | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor 'mac' property to set_mac() | Christian Poessinger |
2019-09-24 | Python/ifconfig: T1557: refactor 'mtu' property to get_mtu()/set_mtu() | Christian Poessinger |
2019-09-20 | bonding: T1614: minor comment cleanup | Christian Poessinger |
2019-09-20 | Python/ifconfig: T1557: rename EthernetIf -> VLANIf | Christian Poessinger |
2019-09-19 | bonding: T1614: allow adding disabled interfaces to bond | Christian Poessinger |
2019-09-15 | bonding: T1614: do not overwrite interface description with interface name | Christian Poessinger |
2019-09-13 | bonding: T1614: use proper (previously missing) miimon property | Christian Poessinger |
2019-09-13 | bonding: T1660: bugfix for triggered OS permission denied exception | Christian Poessinger |
2019-09-13 | Revert "[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-07 | bonding: T1614: bugfix in validate - enslave failed | Christian Poessinger |
2019-09-07 | bridge: bonding: minor comment cleanup | Christian Poessinger |
2019-09-06 | bonding: T1614: members are not allowed to be underlaying vxlan devices | Christian Poessinger |
2019-09-06 | bonding: T1614: reword verify() error messages | Christian Poessinger |
2019-09-06 | bonding: T1614: enslaved interfaces can be added to only one bond at a time | Christian Poessinger |
2019-09-06 | Python/ifconfig: T1557: {add,del}_addr() now supports dhcp/dhcpv6 | Christian Poessinger |
2019-09-04 | Python/configdict: add function vlan_to_dict | Christian Poessinger |
2019-09-04 | Python/configdict: add list_diff function to compare two lists | Christian Poessinger |
2019-09-04 | bonding: T1614: T532: new commit validators | Christian Poessinger |
2019-09-04 | bonding: T1614: add vif-c VLAN interface support | Christian Poessinger |
2019-09-04 | bonding: T1614: identical ID on vif and vif-s is not allowed | Christian Poessinger |
2019-09-04 | bonding: T1614: T1557: add vif/vif-s VLAN interface support | Christian Poessinger |
2019-09-04 | bonding: T1614: remove obsolete 'member_remove' dict-key | Christian Poessinger |
2019-09-04 | bonding: T1614: can not set primary interface when it's not part of the bond | Christian Poessinger |
2019-09-04 | bonding: T1614: Initial version in new style XML/Python interface | Christian Poessinger |