Age | Commit message (Expand) | Author |
2021-10-31 | tunnel: T3956: GRE key check must not be run on our own interface instance | Christian Poessinger |
2021-10-20 | tunnel: T3921: bugfix KeyError for source-address | Christian Poessinger |
2021-10-08 | tunnel: T3893: harden logic when validating tunnel parameters | Christian Poessinger |
2021-09-06 | tunnel: T2920: Add checks tun with same source addr and keys | Viacheslav |
2021-09-02 | tunnel: T3788: Add check keys for ipip and sit | Viacheslav |
2021-08-30 | tunnel: T3786: Add checks for source any and not key | Viacheslav |
2021-07-25 | ifconfig: backport ifconfig framework from 1.4 to support new tunnel options | Christian Poessinger |
2021-05-20 | vyos.util: T3532: Replace func get_interface_config | Viacheslav Hletenko |
2021-03-06 | tunnel: T3381: fix error when switching from mGRE to GRE mode | Christian Poessinger |
2021-03-06 | vyos.util: provide single implementation for get_json_iface_options() | Christian Poessinger |
2021-02-27 | tunnel: T3366: support changing tunnel parameters for gre-bridge | Christian Poessinger |
2021-02-22 | tunnel: T3072: remove duplicate key from mapping dict used in apply() | Christian Poessinger |
2021-02-03 | xml: T3239: override default mtu values and remove workarounds | John Estabrook |
2021-01-07 | vyos.configverify: provide generic helper to check for interface existence | Christian Poessinger |
2020-11-20 | tunnel: T3072: bugfix KeyError for IPv6 GRE verify code | Christian Poessinger |
2020-11-20 | tunnel: T3072: support changing tunnel encapsulation on-the-fly | Christian Poessinger |
2020-11-20 | tunnel: T3072: interfaces used for NHRP can not be deleted | Christian Poessinger |
2020-11-20 | tunnel: T3072: migrate to get_config_dict() | Christian Poessinger |
2020-11-13 | vyos.template: provide general is_ip(v4|v6) helpers | Christian Poessinger |
2020-10-17 | ifconfig: T2985: support on demand bridge creation | Christian Poessinger |
2020-09-22 | ifconfig: T2653: move is_member() from vyos.vylidate to vyos.configdict | Christian Poessinger |
2020-08-31 | configd: T2582: add scripts to include list for daemon | John Estabrook |
2020-06-29 | tunnel: T2649: ConfigurationState, do not inherit from Config | Thomas Mangin |
2020-06-23 | tunnel: T2633: add support for ip (arp) commands | Thomas Mangin |
2020-05-29 | airbag: T2088: explicit enabling of the feature | Thomas Mangin |
2020-05-18 | flake8: T2475: fix a number of issue reported by flake8 | Thomas Mangin |
2020-05-12 | T2449: Fixing key to appropriate one | kroy-the-rabbit |
2020-05-12 | tunnel: T2449: bugfix KeyError 'address' | Christian Poessinger |
2020-05-11 | tunnel: T2449: set accept_ra=2 if ipv6 address autoconf or dhcpv6 is set | Jernej Jakob |
2020-05-04 | tunnel: T2241: cleanup verify section | Jernej Jakob |
2020-05-04 | tunnel: T2241: fix falling out of bridge when changing settings | Jernej Jakob |
2020-05-04 | tunnel: T2241: make address and bridge membership mutually exclusive | Jernej Jakob |
2020-05-04 | tunnel: T2241: make VRF and bridge membership mutually exclusive | Jernej Jakob |
2020-05-04 | validate: T2241: rewrite is_bridge_member to generic is_member | Jernej Jakob |
2020-04-23 | tunnel: 2374: fix use of disable | Thomas Mangin |
2020-04-21 | tunnel: T2204: add source-interface | Thomas Mangin |
2020-04-20 | bridge: T2320: fix to tunnel | Thomas Mangin |
2020-04-20 | bridge: T2320: add to tunnel | Thomas Mangin |
2020-04-15 | tunnel: T31: check that the assigned VRF exists | Thomas Mangin |
2020-04-12 | tunnel: T2028: fix issue when booting without gre remote | Thomas Mangin |
2020-04-11 | dhcp: T2265: refactor DHCP class | Thomas Mangin |
2020-04-09 | Revert "tunnel: T2028: prevent single 'remote' keyword" | Christian Poessinger |
2020-04-09 | Merge pull request #317 from thomas-mangin/T2028-remote | Christian Poessinger |
2020-04-08 | tunnel: T2028: prevent single 'remote' keyword | Thomas Mangin |
2020-04-08 | Merge pull request #313 from DmitriyEshenko/dmvpn-fix1 | Christian Poessinger |
2020-04-08 | tunnel: T2236: Add additional check for type change | DmitriyEshenko |
2020-04-08 | tunnel: T2028: document the classes created | Thomas Mangin |
2020-04-03 | ipv6: T1831: add autoconf/eui64 addressing to interfaces | Christian Poessinger |
2020-03-28 | ifconfig: T2057: explicity name state functions | Thomas Mangin |
2020-03-23 | Merge pull request #258 from thomas-mangin/31-vrf | Christian Poessinger |