Age | Commit message (Expand) | Author |
2021-05-24 | tunnel: T3555: add "ignore-df" support for GRE tunnels | Christian Poessinger |
2021-04-05 | tunnel: T3030: move erspan type into regular tunnel interface | Christian Poessinger |
2021-03-14 | vyos.util: rename get_json_iface_options() -> get_interface_config() | Christian Poessinger |
2021-03-04 | tunnel: T3381: fix error when switching from mGRE to GRE mode | Christian Poessinger |
2021-03-03 | tunnel: T2966: add ip6gretap encapsulation support | Christian Poessinger |
2021-02-28 | vyos.util: provide single implementation for get_json_iface_options() | Christian Poessinger |
2021-02-28 | tunnel: T3364: rename encapsulation mode "gre-bridge" to "gretap" | Christian Poessinger |
2021-02-28 | vyos.ifconfig: T1579: remove calls to vyos.ifconfig.Interface.get_config() | Christian Poessinger |
2021-02-22 | tunnel: T3072: remove duplicate key from mapping dict used in apply() | Christian Poessinger |
2021-02-02 | tunnel: T3030: Modify the command line to streamline configuration (support p... | jack9603301 |
2021-01-21 | xml: T3239: override default mtu values and remove workarounds | John Estabrook |
2021-01-15 | tunnel: T3173: path MTU discovery option should be valueless | Christian Poessinger |
2021-01-10 | tunnel: T3173: Add nopmtudisc parameter for tunnels conf-mode | sever-sever |
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 |