summaryrefslogtreecommitdiff
path: root/python/vyos/ifconfig
AgeCommit message (Expand)Author
2020-07-19interface: T2519: add broadcast address when adding IPv4 addressesJernej Jakob
2020-07-18vyos.ifconfig: T2673: Fix admin state if the mac address is changed for an in...srividya0208
2020-06-27ifconfig: T2653: move macsec interface to get_config_dict()Christian Poessinger
2020-06-26ifconfig: T2653: move loopback interface to get_config_dict()Christian Poessinger
2020-06-26ifconfig: T2653: move dummy interface to get_config_dict()Christian Poessinger
2020-06-25T2487: add an exception for the case when VRRP stats aren't available.Daniil Baturin
2020-06-24wireguard: T2632: add quotes when passing allowed-ipsChristian Poessinger
2020-06-24ifconfig: vxlan: T2629: append() takes exactly one argumentChristian Poessinger
2020-06-23Merge pull request #473 from thomas-mangin/T2630Christian Poessinger
2020-06-23validation: T2630: bound to interface mtu if availableThomas Mangin
2020-06-23Merge pull request #468 from SIN3R6Y/currentChristian Poessinger
2020-06-23wireguard: T2632: support PSK on multiple peersChristian Poessinger
2020-06-22vxlan: T2629: fix multiple configuration issuesSIN3R6Y
2020-06-15ifconfig: T2599: fix regex for search, smaller numbersThomas Mangin
2020-06-15ifconfig: T2599: sort interface by natural orderThomas Mangin
2020-06-15vti: T2576: show interfaces missed VTIThomas Mangin
2020-06-02pppoe: T2542: do not attempt to create the pppoe interfaceThomas Mangin
2020-06-02vtun: T2542: do not attempt to create the vtun interfaceThomas Mangin
2020-05-28dhcpc6-pd: T2506: bugfix config rendering on non PPPoE interfacesChristian Poessinger
2020-05-26dhcpv6-pd: pppoe: T2506: restructure CLIChristian Poessinger
2020-05-21macsec: T2023: use wpa_supplicant for key managementChristian Poessinger
2020-05-21macsec: T2023: add optional encryption commandChristian Poessinger
2020-05-21ifconfig: T2023: add initial MACsec abstractionChristian Poessinger
2020-05-20interface: T2023: adopt _delete() to common styleChristian Poessinger
2020-05-20interface: T2023: remove superfluous at end of listChristian Poessinger
2020-05-19wireguard: T2481: support IPv6 based underlayChristian Poessinger
2020-05-17pppoe: dhcpv6-pd: T421: initial supportChristian Poessinger
2020-05-17dhcpv6-pd: T421: migrate from ISC dhclient to wide-dhcpv6-clientChristian Poessinger
2020-05-11ifconfig/dhcp: T2449: remove accept_ra logic as it was wrongJernej Jakob
2020-05-11interface: T2449: add ability to set accept_raJernej Jakob
2020-05-04ifconfig: section: T2241: add get_config_path functionJernej Jakob
2020-05-04ifconfig: T2241: fix section _basename vlan strippingJernej 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-02Merge pull request #388 from jjakob/flush-addrs-T2367Christian Poessinger
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-05-02Merge pull request #383 from thomas-mangin/T2372Christian Poessinger
2020-04-29dhclient: T2393: switch to old configuration path to keep existing op-mode to...Christian Poessinger
2020-04-28dhclient: T2393: remove intermediate _DHCP helper classChristian Poessinger
2020-04-28dhclient6: T2393: T2394: migrate from SysVinit to systemdChristian Poessinger
2020-04-28dhclient: T2393: migrate from SysVinit to systemdChristian Poessinger
2020-04-28vlan: T2372: de-indent add_vlanThomas Mangin
2020-04-26dhcp: T2379: fix dhcp stopThomas Mangin
2020-04-23interfaces: T2362: split set_ipv6_eui64_address into add and del functionsJernej Jakob
2020-04-22Merge pull request #372 from thomas-mangin/T2354Christian Poessinger
2020-04-22Merge pull request #370 from thomas-mangin/T2331Christian Poessinger
2020-04-21tunnel: T2354: do not allow display as bridge optionThomas Mangin