Age | Commit message (Expand) | Author |
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 |
2020-06-27 | xml: T2660: do replace - with _ for defaults when not flattening | Thomas Mangin |
2020-06-27 | xml: T2656: do not flatten dict by default | Christian Poessinger |
2020-06-27 | Merge branch 'T2656' of https://github.com/thomas-mangin/vyos-1x into current | Christian Poessinger |
2020-06-27 | xml: T2656: option to not flatten the default dict | Thomas Mangin |
2020-06-27 | ifconfig: T2653: move macsec interface to get_config_dict() | Christian Poessinger |
2020-06-27 | ifconfig: T2653: add vyos.configverify.verify_source_interface() helper | Christian Poessinger |
2020-06-26 | ifconfig: T2653: add common vyos.configverify helpers | Christian Poessinger |
2020-06-26 | ifconfig: T2653: move loopback interface to get_config_dict() | Christian Poessinger |
2020-06-26 | ifconfig: T2653: move dummy interface to get_config_dict() | Christian Poessinger |
2020-06-26 | configdict: T2653: prevent recursive imports | Christian Poessinger |
2020-06-25 | xml: T2528: fix defaults | Thomas Mangin |
2020-06-25 | xml: T2528: fix to work with named tags (edit mode) | Thomas Mangin |
2020-06-25 | T2487: add an exception for the case when VRRP stats aren't available. | Daniil Baturin |
2020-06-24 | wireguard: T2632: add quotes when passing allowed-ips | Christian Poessinger |
2020-06-24 | Merge pull request #474 from thomas-mangin/T2637 | Christian Poessinger |
2020-06-24 | dictconfig: T2637: identify sub-interfaces (vif) to delete | Thomas Mangin |
2020-06-24 | ifconfig: vxlan: T2629: append() takes exactly one argument | Christian Poessinger |
2020-06-23 | Merge pull request #473 from thomas-mangin/T2630 | Christian Poessinger |
2020-06-23 | validation: T2630: bound to interface mtu if available | Thomas Mangin |
2020-06-23 | Merge pull request #468 from SIN3R6Y/current | Christian Poessinger |
2020-06-23 | wireguard: T2632: support PSK on multiple peers | Christian Poessinger |
2020-06-23 | xml: T2588: fix mistake when determining if a node is multi | Thomas Mangin |
2020-06-23 | xml: T2588: allow multiple values in defaults | Thomas Mangin |
2020-06-22 | xml: T2588: add gitignore for generated defaults | Christian Poessinger |
2020-06-22 | Merge branch 'T2588' of https://github.com/thomas-mangin/vyos-1x into default... | Christian Poessinger |
2020-06-22 | xml: T2588: code to extract defaults values from xml | Thomas Mangin |
2020-06-22 | vxlan: T2629: fix multiple configuration issues | SIN3R6Y |
2020-06-22 | Merge pull request #452 from jjakob/T2486-dns-hostsd-fixes | Daniil Baturin |