Age | Commit message (Expand) | Author |
2020-11-01 | openvpn: T2994: re-add ifconfig-pool statement in server config | Christian Poessinger |
2020-11-01 | openvpn: T2994: remove workarounds for individual ipv4 and ipv6 keys | Christian Poessinger |
2020-10-30 | openvpn: T2994: verify DH key length | Christian Poessinger |
2020-10-30 | openvpn: T2994: migrate to get_config_dict() | Christian Poessinger |
2020-10-29 | verify: T2587: allow MTU < 1280 when IPv6 is disabled on an interface | Christian Poessinger |
2020-10-28 | vyos.util: T2995: rename vyos_dict_search() -> dict_search() | Christian Poessinger |
2020-10-27 | Merge pull request #581 from sever-sever/T2631 | Christian Poessinger |
2020-10-27 | accel: T2631: Add option for radius disable-accounting | sever-sever |
2020-10-25 | test: vyos.template: add testcase for vyos_*_from_cidr() converters | Christian Poessinger |
2020-10-24 | tunnel: T3010: add missing ttl option for GRETap / GRE bridge interface | Christian Poessinger |
2020-10-24 | vyos.util: drop obsolete function ifname_from_config() | Christian Poessinger |
2020-10-24 | vyos.util: drop obsolete function get_bridge_member_config() | Christian Poessinger |
2020-10-21 | configsession: T3004: add call to config load script | John Estabrook |
2020-10-19 | unittests: T2995: vyos_dict_search() must return None on non-existing keys | Christian Poessinger |
2020-10-18 | ifconfig: T2985: remove no longer available vyos.ifconfig.stp include | Christian Poessinger |
2020-10-17 | ifconfig: T2985: support on demand bridge creation | Christian Poessinger |
2020-10-17 | sysctl-forwarding: T752: Add disable forwarding for ipv4 | sever-sever |
2020-10-13 | pppoe-server: T2976: fix local-users default value retrieval from XML | Christian Poessinger |
2020-10-05 | validate: ipv6: mtu: T2427: wireless interface MTU is not configurable | Christian Poessinger |
2020-10-04 | sstp: T2960: migrate to get_config_dict() and reusable templates | Christian Poessinger |
2020-10-03 | vyos.xml: T2956: add support for list of defaultValues | Christian Poessinger |
2020-10-01 | vlan: configdict: T2945: determine if vlan is part of bridge | Christian Poessinger |
2020-10-01 | configdict: T2372: use config.exists() when probing for interface removal | Christian Poessinger |
2020-09-26 | ifconfig: mtu: disallow MTU < 1280 bytes when IPv6 is enabled on the interface | Christian Poessinger |
2020-09-25 | ifconfig: T2912: add helper to verify interface min/max supported MTU | Christian Poessinger |
2020-09-25 | ifconfig: T2653: get_mtu() should return int() for easier comparison | Christian Poessinger |
2020-09-25 | ifconfig: T2912: add helper to retrieve interface min/max supported MTU | Christian Poessinger |
2020-09-24 | dhcpv6-pd: verify: T2923: interface is required where the prefix is assigned | Christian Poessinger |
2020-09-24 | wireless: T2241: add "wds" CLI option | Christian Poessinger |
2020-09-22 | ifconfig: T2653: bond: bridge: ensure member interface is not a source-interface | Christian Poessinger |
2020-09-22 | ifconfig: T2653: move is_member() from vyos.vylidate to vyos.configdict | Christian Poessinger |
2020-09-21 | bridge: ifconfig: T2653: only delete member interfaces which still exist | Christian Poessinger |
2020-09-20 | ifconfig: T2653: remove duplicates of get_config() | Christian Poessinger |
2020-09-20 | vif-s: ifconfig: T2903: use explicit VLAN protocol over raw numbers | Christian Poessinger |
2020-09-20 | vyos.configdict: T2665: cleanup get_interface_dict() default dict handling | Christian Poessinger |
2020-09-19 | wifi: ifconfig: T2875: add_to_bridge() must be called after starting services | Christian Poessinger |
2020-09-19 | ifconfig: T2653: cleanup VLAN interface comments | Christian Poessinger |
2020-09-19 | ifconfig: T2653: convert VLAN interfaces do discrete class | Christian Poessinger |
2020-09-17 | ethernet: T2891: Add ethernet ring-buffer CLI commands | DmitriyEshenko |
2020-09-15 | bonding: T2515: preserve interface admin state when removing from bond | Christian Poessinger |
2020-09-15 | vyos.configdict: T2515: leaf_node_changed() should return list or None | Christian Poessinger |
2020-09-13 | bonding: T2877: support configuration of minimum number of active links | Christian Poessinger |
2020-09-13 | vyos.util: add missing ConfigError import in check_kmod() | Christian Poessinger |
2020-09-13 | ifconfig: T2863: only use IPv6 link-local address if interface has MAC address | Christian Poessinger |
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 |