summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2020-08-23vyos.util: T2755: add vyos_dict_search() to traverse a dictionaryChristian Poessinger
2020-08-23wireless: T2057: ensure interface state is properly setChristian Poessinger
2020-08-23ifconfig: vxlan: geneve: T2823: properly set interface stateChristian Poessinger
2020-08-23Revert "ifconfig: T2653: drop unused vyos.ifconfig.pppoe"Christian Poessinger
2020-08-23dhcpv6-pd: T2821: support dhcpv6-pd without "address dhcpv6"Christian Poessinger
2020-08-22ifconfig: T2653: drop unused vyos.ifconfig.pppoeChristian Poessinger
2020-08-22dhcpv6-pd: T2677: optimize CLI interface for PD configurationChristian Poessinger
2020-08-20VRRP: T2761: Extend "show vrrp" op-mode command with router priorityerkin
2020-08-19certbot: T2815: change config dir to /config/auth/letsencryptJohn Estabrook
2020-08-18ifconfig: T2653: bugfix when removing DHCP addressChristian Poessinger
2020-08-16Merge pull request #510 from efficiosoft/vyos_template_rewriteChristian Poessinger
2020-08-15Merge branch 't2564-lcd' of github.com:c-po/vyos-1x into currentChristian Poessinger
2020-08-15vyos.configverify: no need to call .keys() when searching dictChristian Poessinger
2020-08-15vyos.configdict: keep is_member import as local as possibleChristian Poessinger
2020-08-15lcd: T2564: flatten CLI interfaceChristian Poessinger
2020-08-13ifconfig: dhcp: fix ModuleNotFoundError: No module named 'vyos.ifconfig.dhcp'Christian Poessinger
2020-08-12ifconfig: dhcp: T2767: client must not start when interface is disabledChristian Poessinger
2020-08-08http api: T1431: update args of call to install-imageJohn Estabrook
2020-08-04dhcpv6-pd: T2741: support delegation on non existing interfacesChristian Poessinger
2020-08-03ifconfig: T2653: unify DHCPv4 configurationChristian Poessinger
2020-08-03ifconfig: T2740: pass config dict to DHCP class for IPv6Christian Poessinger
2020-08-01ifconfig: T2752: fix string format in verify_interface_exists()Christian Poessinger
2020-07-31ifconfig: T2653: bugfix on wrong flush_addr APIChristian Poessinger
2020-07-30ifconfig: T2746: bugfix for non programmed link-local addressesChristian Poessinger
2020-07-30ifconfig: T2653: remove duplicated code for address flushChristian Poessinger
2020-07-26wireguard: ifconfig: T2653: move to get_config_dict()Christian Poessinger
2020-07-26vxlan: ifconfig: T2653: move to get_interface_dict()Christian Poessinger
2020-07-25vyos.configverify: T2653: fix some formatting issuesChristian Poessinger
2020-07-25ifconfig: T2653: make ifname an optional argument to get_interface_dict()Christian Poessinger
2020-07-25vyos.configdict: T2653: remove obsolete code from configdict and ifconfig_vlanChristian Poessinger
2020-07-25ifconfig: T2653: move get_ethertype() from configdict to interfaceChristian Poessinger
2020-07-25vlan: ifconfig: T2653: move get_removed_vlans() to vyos.configdiffChristian Poessinger
2020-07-25bonding: ifconfig: T2653: move to get_config_dict()Christian Poessinger
2020-07-25ifconfig: T2653: move vlan configuration code to base classChristian Poessinger
2020-07-25vyos.configdict: T2653: use dict_merge() over update()Christian Poessinger
2020-07-25ifconfig: T2653: implement update() in derived classes for admin up/downChristian Poessinger
2020-07-25vyos.configdict: T2653: add new reusable helper node_changed()Christian Poessinger
2020-07-25ifconfig: T2653: move bridge member check to base classChristian Poessinger
2020-07-25bridge: ifconfig: T2653: move to get_config_dict()Christian Poessinger
2020-07-25vlan: ifconfig: T2653: only enable interface when lower interface is upChristian Poessinger
2020-07-25ethernet: ifconfig: T2653: move to get_config_dict()Christian Poessinger
2020-07-25vyos.util: add common helper to load kernel modulesChristian Poessinger
2020-07-22xml: T2582: use xml for is_tag and is_leafThomas Mangin
2020-07-22config: T2707: use ConfigSource and refactor Config methodsJohn Estabrook
2020-07-22config: T2707: add ConfigSource classes for alternative init dataJohn Estabrook
2020-07-21 vyos.template: T2720: Rework vyos.template Python libraryRobert Schindler
2020-07-21vyos.util: T2720: Add file descriptor support to chmod and chownRobert Schindler
2020-07-19interface: T2519: add broadcast address when adding IPv4 addressesJernej Jakob
2020-07-18configdiff: T2689: add configdiff classJohn Estabrook
2020-07-18vyos.ifconfig: T2673: Fix admin state if the mac address is changed for an in...srividya0208