Age | Commit message (Expand) | Author |
2020-09-01 | xml: T2849: vyos.xml.defaults should return a list on multi nodes | John Estabrook |
2020-08-31 | T2636: remove workarounds for get_config_dict() | Christian Poessinger |
2020-08-31 | configd: T2582: inject shim env variable into configsession | John Estabrook |
2020-08-30 | config: T2636: get_config_dict() returns a list on multi node by default | John Estabrook |
2020-08-25 | T2826: frr: frr python lib error in replace_section | Runar Borge |
2020-08-23 | T2755: convert jmespath.search() to vyos_dict_search() for performance | Christian Poessinger |
2020-08-23 | vyos.configverify: T2677: extend verify_dhcpv6() for non duplicate sla-ids | Christian Poessinger |
2020-08-23 | vyos.util: T2755: add vyos_dict_search() to traverse a dictionary | Christian Poessinger |
2020-08-23 | wireless: T2057: ensure interface state is properly set | Christian Poessinger |
2020-08-23 | ifconfig: vxlan: geneve: T2823: properly set interface state | Christian Poessinger |
2020-08-23 | Revert "ifconfig: T2653: drop unused vyos.ifconfig.pppoe" | Christian Poessinger |
2020-08-23 | dhcpv6-pd: T2821: support dhcpv6-pd without "address dhcpv6" | Christian Poessinger |
2020-08-22 | ifconfig: T2653: drop unused vyos.ifconfig.pppoe | Christian Poessinger |
2020-08-22 | dhcpv6-pd: T2677: optimize CLI interface for PD configuration | Christian Poessinger |
2020-08-20 | VRRP: T2761: Extend "show vrrp" op-mode command with router priority | erkin |
2020-08-19 | certbot: T2815: change config dir to /config/auth/letsencrypt | John Estabrook |
2020-08-18 | ifconfig: T2653: bugfix when removing DHCP address | Christian Poessinger |
2020-08-16 | Merge pull request #510 from efficiosoft/vyos_template_rewrite | Christian Poessinger |
2020-08-15 | Merge branch 't2564-lcd' of github.com:c-po/vyos-1x into current | Christian Poessinger |
2020-08-15 | vyos.configverify: no need to call .keys() when searching dict | Christian Poessinger |
2020-08-15 | vyos.configdict: keep is_member import as local as possible | Christian Poessinger |
2020-08-15 | lcd: T2564: flatten CLI interface | Christian Poessinger |
2020-08-13 | ifconfig: dhcp: fix ModuleNotFoundError: No module named 'vyos.ifconfig.dhcp' | Christian Poessinger |
2020-08-12 | ifconfig: dhcp: T2767: client must not start when interface is disabled | Christian Poessinger |
2020-08-08 | http api: T1431: update args of call to install-image | John Estabrook |
2020-08-04 | dhcpv6-pd: T2741: support delegation on non existing interfaces | Christian Poessinger |
2020-08-03 | ifconfig: T2653: unify DHCPv4 configuration | Christian Poessinger |
2020-08-03 | ifconfig: T2740: pass config dict to DHCP class for IPv6 | Christian Poessinger |
2020-08-01 | ifconfig: T2752: fix string format in verify_interface_exists() | Christian Poessinger |
2020-07-31 | ifconfig: T2653: bugfix on wrong flush_addr API | Christian Poessinger |
2020-07-30 | ifconfig: T2746: bugfix for non programmed link-local addresses | Christian Poessinger |
2020-07-30 | ifconfig: T2653: remove duplicated code for address flush | Christian Poessinger |
2020-07-26 | wireguard: ifconfig: T2653: move to get_config_dict() | Christian Poessinger |
2020-07-26 | vxlan: ifconfig: T2653: move to get_interface_dict() | Christian Poessinger |
2020-07-25 | vyos.configverify: T2653: fix some formatting issues | Christian Poessinger |
2020-07-25 | ifconfig: T2653: make ifname an optional argument to get_interface_dict() | Christian Poessinger |
2020-07-25 | vyos.configdict: T2653: remove obsolete code from configdict and ifconfig_vlan | Christian Poessinger |
2020-07-25 | ifconfig: T2653: move get_ethertype() from configdict to interface | Christian Poessinger |
2020-07-25 | vlan: ifconfig: T2653: move get_removed_vlans() to vyos.configdiff | Christian Poessinger |
2020-07-25 | bonding: ifconfig: T2653: move to get_config_dict() | Christian Poessinger |
2020-07-25 | ifconfig: T2653: move vlan configuration code to base class | Christian Poessinger |
2020-07-25 | vyos.configdict: T2653: use dict_merge() over update() | Christian Poessinger |
2020-07-25 | ifconfig: T2653: implement update() in derived classes for admin up/down | Christian Poessinger |
2020-07-25 | vyos.configdict: T2653: add new reusable helper node_changed() | Christian Poessinger |
2020-07-25 | ifconfig: T2653: move bridge member check to base class | Christian Poessinger |
2020-07-25 | bridge: ifconfig: T2653: move to get_config_dict() | Christian Poessinger |
2020-07-25 | vlan: ifconfig: T2653: only enable interface when lower interface is up | Christian Poessinger |
2020-07-25 | ethernet: ifconfig: T2653: move to get_config_dict() | Christian Poessinger |
2020-07-25 | vyos.util: add common helper to load kernel modules | Christian Poessinger |
2020-07-22 | xml: T2582: use xml for is_tag and is_leaf | Thomas Mangin |