Age | Commit message (Expand) | Author |
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 |
2020-07-22 | config: T2707: use ConfigSource and refactor Config methods | John Estabrook |
2020-07-22 | config: T2707: add ConfigSource classes for alternative init data | John Estabrook |
2020-07-19 | interface: T2519: add broadcast address when adding IPv4 addresses | Jernej Jakob |
2020-07-18 | configdiff: T2689: add configdiff class | John Estabrook |
2020-07-18 | vyos.ifconfig: T2673: Fix admin state if the mac address is changed for an in... | srividya0208 |
2020-07-17 | config: T2689: cache config_dict | John Estabrook |
2020-07-15 | xml: T2588: defaults should return gracefully on key error | John Estabrook |
2020-07-12 | snmp: T2687: replace 3rd party hash library with custom code | Christian Poessinger |
2020-07-12 | vyos.snmpv3_hashgen: add license text | Christian Poessinger |
2020-07-11 | snmp: T2687: precalculate snmpv3 encrypted keys | Christian Poessinger |
2020-07-05 | xml: T2582: rename xml tags | Thomas Mangin |
2020-07-03 | config_dict: update docstring | John Estabrook |
2020-07-03 | config_dict: T2670: remove dependency on show_config | John Estabrook |
2020-07-03 | ntp: T2676: mive to get_config_dict() | Christian Poessinger |
2020-07-03 | vyos.template: T2676: add custom Jinja2 filter for IP handling | Christian Poessinger |
2020-07-01 | config_dict: T2668: move keyword arg get_first_key into get_sub_dict | John Estabrook |
2020-07-01 | config_dict: T2667: clarify docstring | John Estabrook |
2020-07-01 | config: T2667: add missing check | John Estabrook |
2020-07-01 | Merge pull request #486 from jestabro/sub_dict | Christian Poessinger |
2020-07-01 | config: T2667: use get_sub_dict for get_config_dict(path, ...) | John Estabrook |
2020-07-01 | config: T2667: add utility function get_sub_dict | John Estabrook |
2020-07-01 | ifconfig: T2653: use better names for vyos.configverify functions | Christian Poessinger |
2020-07-01 | ifconfig: T2653: move pppoe interface to get_config_dict() | Christian Poessinger |
2020-07-01 | Merge pull request #483 from runborg/frr-mod | Christian Poessinger |
2020-06-28 | T2638: FRR: New framework for configuring FRR | Runar Borge |