summaryrefslogtreecommitdiff
path: root/src/conf_mode/interface-ethernet.py
AgeCommit message (Expand)Author
2019-10-13Sync XML interface description source file pattern and conf script nameChristian Poessinger
2019-10-13Python/ifconfig: T1557: add support for DHCPv6 client optionsChristian Poessinger
2019-10-12conf_mode: bonding/ethernet fix commentsChristian Poessinger
2019-10-09T1430: add dhcp vendor-class-id client optionChristian Poessinger
2019-10-09Python/ifconfig: T1557: add generic support for DHCP client optionsChristian Poessinger
2019-10-06ethernet: T1637: bugfix on wrong dict key in verify()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 'mac' property to set_mac()Christian Poessinger
2019-09-24Python/ifconfig: T1557: refactor 'mtu' property to get_mtu()/set_mtu()Christian Poessinger
2019-09-23ethernet: T1637: bugfix DHCP - interface must be up prior starting DHCP clientChristian Poessinger
2019-09-20ethernet: T1637: interfaces in a bond can be disabledChristian Poessinger
2019-09-20ethernet: T1637: fix calling arp_cache_tmo propertyChristian Poessinger
2019-09-20ethernet: T1637: do not overwrite interface description with interface nameChristian Poessinger
2019-09-20ethernet: T1637: support offloading functionsChristian Poessinger
2019-09-20ethernet: T1637: call remove() on interface deletionChristian Poessinger
2019-09-20ethernet: T1637: remove debug pprintChristian Poessinger
2019-09-20ethernet: T1637: change speed and duplex settingsChristian Poessinger
2019-09-20ethernet: T1637: handle VLAN interface exception on system startupChristian Poessinger
2019-09-20ethernet: T1637: support changing flow-controlChristian Poessinger
2019-09-20ethernet: T1637: reset MAC address to read hw-id on removalChristian Poessinger
2019-09-20ethernet: T1637: support VLAN {ingress,egress}-qos-mappingChristian Poessinger
2019-09-20ethernet: T1637: initial rewrite in XML/Python styleChristian Poessinger