summaryrefslogtreecommitdiff
path: root/python/vyos/ifconfig/interface.py
AgeCommit message (Expand)Author
2020-05-28dhcpc6-pd: T2506: bugfix config rendering on non PPPoE interfacesChristian Poessinger
2020-05-20interface: T2023: adopt _delete() to common styleChristian Poessinger
2020-05-20interface: T2023: remove superfluous at end of listChristian Poessinger
2020-05-11interface: T2449: add ability to set accept_raJernej Jakob
2020-05-04interface: T2241: add function to add self to bridgeJernej Jakob
2020-05-03interface: T2367: optimize flow and detriplicate add/del_addr functionsJernej Jakob
2020-05-02interface: T2367: use self.ifname instead of self.configThomas Mangin
2020-05-02interface: T2367: de-imbricate the ifsThomas Mangin
2020-05-02interface: T2367: add flush_addrs functionJernej Jakob
2020-05-02interface: T2367: fix add_addr and del_addr address tracking in cacheJernej Jakob
2020-04-23interfaces: T2362: split set_ipv6_eui64_address into add and del functionsJernej Jakob
2020-04-21vlan: T2361: delete VLAN but not ethernetThomas Mangin
2020-04-18interfaces: T2320: correctly honour create and debug optionsThomas Mangin
2020-04-14ifconfig: T2223: group all operational commandsThomas Mangin
2020-04-11dhcp: T2265: refactor DHCP classThomas Mangin
2020-04-08import: T2242: remove all import *Thomas Mangin
2020-04-04ifconfig: T2190: option to prevent Interface creationThomas Mangin
2020-03-31ifconfig: T2057: allow to disable interface debuggingThomas Mangin
2020-03-28ipv6: T1831: migrate eui64 addressing to XML and pythonChristian Poessinger
2020-03-28ipv6: T1831: migrate autoconf nodeChristian Poessinger
2020-03-28ipv6: T1831: use integers over bool in interface configurationChristian Poessinger
2020-03-28ipv6: T1831: migrate forwarding and dup-addr-detect-transmits nodesChristian Poessinger
2020-03-28Merge pull request #275 from thomas-mangin/T2057-oper-adminChristian Poessinger
2020-03-28ifconfig: T2057: explicity name state functionsThomas Mangin
2020-03-28Merge pull request #278 from thomas-mangin/T2167Christian Poessinger
2020-03-28ifconfig: T2167: get_mac was not returningThomas Mangin
2020-03-28Merge pull request #276 from thomas-mangin/T2057-aliasChristian Poessinger
2020-03-27ifconfig: T2057: add get_alias functionThomas Mangin
2020-03-27ifconfig: T2057: option forcingThomas Mangin
2020-03-24ifconfig: T2057: remove need for interface-types.jsonThomas Mangin
2020-03-24ifconfig: T2057: add class RegisterThomas Mangin
2020-03-24ifconfig: T2057: break down DHCPThomas Mangin
2020-03-23ifconfig: T2154: fixing failure to start-stop-daemonThomas Mangin
2020-03-23ifconfig: T2151: get_state() must use administrative state and not operstateChristian Poessinger
2020-03-23ifconfig: T2151: ensure interface is admin down when changing MAC addressChristian Poessinger
2020-03-23ifconfig: T2151: add possibility to query assigned MAC addressChristian Poessinger
2020-03-23ifconfig: T31: convert all interface to set_vrf apiThomas Mangin
2020-03-23tunnel: T31: add support for vrf on tunnelsThomas Mangin
2020-03-20Merge pull request #251 from thomas-mangin/T2057-requiredChristian Poessinger
2020-03-20ifconfig: T2057: make set_state use set_interfaceThomas Mangin
2020-03-20ifconfig: T2057: skip required fields check if we do not create the interfaceThomas Mangin
2020-03-16ifconfig: T1849: buster fixed the delay issueThomas Mangin
2020-03-06ifconfig: T2104: splt ifconfig.py into multiple filesThomas Mangin