summaryrefslogtreecommitdiff
path: root/python/vyos/configdict.py
AgeCommit message (Expand)Author
2020-05-04intf_from_dict: T2241: move getting mac code so it's sorted alphabeticallyJernej Jakob
2020-05-04validate: T2241: rewrite is_bridge_member to generic is_memberJernej Jakob
2020-05-04configdict: T2241: get interface name in intf/vlan_from_dictJernej Jakob
2020-05-04vlan: T2241: cleanup vlan_to_dict functionJernej Jakob
2020-05-02dictconfig: T2372: fix interfaces disable bugThomas Mangin
2020-05-02configdict: T2372: correct disable support in vlan_to_dictThomas Mangin
2020-04-23interfaces: T2362: add node to delete the default IPv6 link-local addressJernej Jakob
2020-04-23interfaces: T2362: allow setting multiple 'ipv6 address eui64'Jernej Jakob
2020-04-23interfaces: T2362: delete and re-add all EUI64 addresses if MAC has changedJernej Jakob
2020-04-23interfaces: T2362: add default IPv6 link-local address to make IPv6 workJernej Jakob
2020-04-23interfaces: vlan: T2362: add IPv6 EUI64 address to VLAN scriptsJernej Jakob
2020-03-30ifconfig: T2166: Recovery Proxy ARP for vlansDmitriyEshenko
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-08vrf: T31: support VRF usage on VLAN/VIF interfacesChristian Poessinger
2020-01-03ifconfig: T1939: provide abstraction for interface "ip" optionChristian Poessinger
2019-12-12ethernet: T1637: do not delete VIFs on every commitChristian Poessinger
2019-10-24T1762: adjust the set_level() calls to use the new list representation.Daniil Baturin
2019-10-13Python/ifconfig: T1557: add support for DHCPv6 client optionsChristian Poessinger
2019-10-09T1430: add dhcp vendor-class-id client optionChristian Poessinger
2019-09-20Python/ifconfig: T1557: support VLAN {ingress,egress}-qos-mappingChristian 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-01-02Initial implementation of declarative config dict retrieval library.Daniil Baturin