Age | Commit message (Expand) | Author |
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 |
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-21 | vyos.template: T2720: Rework vyos.template Python library | Robert Schindler |
2020-07-21 | vyos.util: T2720: Add file descriptor support to chmod and chown | Robert Schindler |
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 |