Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-03 | static: T4333: migrate to new vyos_defined Jinja2 test | Christian Poessinger | |
2022-04-03 | vrf/vni: T4333: migrate to new vyos_defined Jinja2 test | Christian Poessinger | |
2022-04-03 | rpki: T4333: migrate to new vyos_defined Jinja2 test | Christian Poessinger | |
2022-04-03 | rip(ng): T4333: migrate to new vyos_defined Jinja2 test | Christian Poessinger | |
2022-04-03 | policy: T4333: migrate to new vyos_defined Jinja2 test | Christian Poessinger | |
2022-04-03 | ospf: T4333: migrate to new vyos_defined Jinja2 test | Christian Poessinger | |
2022-04-03 | ospfv3: T4333: migrate to new vyos_defined Jinja2 test | Christian Poessinger | |
2022-04-03 | mpls: T4333: migrate to new vyos_defined Jinja2 test | Christian Poessinger | |
2022-04-03 | isis: T3156: add segment routing local-block for ISIS | Christian Poessinger | |
2022-04-03 | isis: T4333: fix remaining "is defined" instances | Christian Poessinger | |
2022-04-03 | isis: T4336: add support for MD5 authentication password on a circuit | Christian Poessinger | |
2022-04-03 | isis: T4333: migrate to new vyos_defined Jinja2 test | Christian Poessinger | |
2022-04-03 | bfd: T4333: migrate to new vyos_defined Jinja2 test | Christian Poessinger | |
2022-04-01 | bgp: T4333: migrate to new vyos_defined Jinja2 test | Christian Poessinger | |
2022-03-31 | bgp: T4326: Add bgp parameter no-suppress-duplicates | Viacheslav Hletenko | |
Add new bgp parameter 'no-suppress-duplicates' set protocols bgp parameters no-suppress-duplicates | |||
2022-03-17 | OSPF : T4304: Set import/export filter inter-area prefix | fett0 | |
2022-03-16 | frr: T4302: fix Jinja2 template to match new FRR syntax | Christian Poessinger | |
According to a wrong bug [1] there is no longer a vrf suffix available for interfaces. This got changed in [2] which no longer print vrf name for interface config when using vrf-lite. 1: https://github.com/FRRouting/frr/issues/10805 2: https://github.com/FRRouting/frr/pull/10411 | |||
2022-03-15 | frr: T4302: upgrade to version 8.2 | Christian Poessinger | |
2022-03-09 | policy: T2493 ip-next-hop unchanged & peer-address | Paul Lettington | |
Also add ipv6-next-hop peer-address | |||
2022-03-03 | static: T4283: support "reject" routes - emit an ICMP unreachable when matched | Christian Poessinger | |
2022-02-20 | static: T4203: obey interface dhcp default route distance | Christian Poessinger | |
Commit 05aa22dc ("protocols: static: T3680: do not delete DHCP received routes") added a bug whenever a static route is modified - the DHCP interface will always end up with metric 210 - if there was a default route over a DHCP interface. | |||
2022-02-07 | dhcp: T3600: Fix DHCP static table dhcp-interface route | Viacheslav Hletenko | |
Static table dhcp-interface route required table in template Without table this route will be placed to table 'main' by default | |||
2022-01-19 | OSPF : T4195: ability to set maximum paths for OSPF | fett0 | |
2021-12-26 | ospfv3: T4107: add support for "default-information originate" | Christian Poessinger | |
2021-12-26 | ospfv3: T4108: add support for auto-cost parameter | Christian Poessinger | |
2021-12-26 | ospfv3: T4102: nssa area support both no-summary and default-originate | Christian Poessinger | |
2021-12-25 | ospfv3: T4102: add support for NSSA area-type | Christian Poessinger | |
2021-12-12 | bgp: T3967: add support for conditional advertisement | Christian Poessinger | |
The BGP conditional advertisement feature uses the non-exist-map or the exist-map and the advertise-map keywords of the neighbor advertise-map command in order to track routes by the route prefix. non-exist-map ============= * If a route prefix is not present in the output of non-exist-map command, then advertise the route specified by the advertise-map command. * If a route prefix is present in the output of non-exist-map command, then do not advertise the route specified by the addvertise-map command. exist-map ========= * If a route prefix is present in the output of exist-map command, then advertise the route specified by the advertise-map command. * If a route prefix is not present in the output of exist-map command, then do not advertise the route specified by the advertise-map command. This feature is useful when some prefixes are advertised to one of its peers only if the information from the other peer is not present (due to failure in peering session or partial reachability etc). The conditional BGP announcements are sent in addition to the normal announcements that a BGP router sends to its peer. CLI nodes can be found under: * set protocols bgp neighbor <ip> address-family <afi> conditional-advertisement * set protocols bgp peer-group <p> address-family <afi> conditional-advertisement | |||
2021-12-12 | bgp: T4069: add "parameters suppress-fib-pending" CLI option | Christian Poessinger | |
This command is applicable at the global level and at an individual bgp level. If applied at the global level all bgp instances will wait for fib installation before announcing routes and there is no way to turn it off for a particular BGP vrf. | |||
2021-12-12 | bgp: T4069: add "parameters shutdown" CLI option | Christian Poessinger | |
Administrative shutdown of all peers of a bgp instance. Drop all BGP peers, but preserve their configurations. The peers are notified in accordance with RFC 8203 by sending a NOTIFICATION message with error code Cease and subcode Administrative Shutdown prior to terminating connections. This global shutdown is independent of the neighbor shutdown, meaning that individually shut down peers will not be affected by lifting it. | |||
2021-12-12 | bgp: T4069: add "parameters reject-as-sets" CLI option | Christian Poessinger | |
This command enables rejection of incoming and outgoing routes having AS_SET or AS_CONFED_SET type. | |||
2021-12-12 | bgp: T4069: add "parameters minimum-holdtime <n>" CLI option | Christian Poessinger | |
This command allows user to prevent session establishment with BGP peers with lower holdtime less than configured minimum holdtime. When this command is not set, minimum holdtime does not work. | |||
2021-12-12 | bgp: T4069: add "parameters fast-convergence" CLI option | Christian Poessinger | |
Whenever BGP peer address becomes unreachable we must bring down the BGP session immediately. Currently only single-hop EBGP sessions are brought down immediately. IBGP and multi-hop EBGP sessions wait for hold-timer expiry to bring down the sessions. This new configuration option helps user to teardown BGP sessions immediately whenever peer becomes unreachable. This configuration is available at the bgp level. When enabled, configuration is applied to all the neighbors configured in that bgp instance. | |||
2021-12-12 | bgp: T3967: add "parameters conditional-advertisement timer <n>" option | Christian Poessinger | |
Set the period to rerun the conditional advertisement scanner process. The default is 60 seconds. | |||
2021-12-09 | ospf(v3): T4058: add support for BFD profiles | Christian Poessinger | |
2021-12-09 | isis: T4058: add support for BFD profiles | Christian Poessinger | |
2021-12-09 | bgp: T4058: add support for BFD profiles | Christian Poessinger | |
2021-12-06 | bfd: T4054: bugfix missing profile assignment to peer | Christian Poessinger | |
2021-12-06 | mpls: ldp: T3753: add proper indention to Jinja2 template | Christian Poessinger | |
2021-12-06 | mpls: ldp: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-12-04 | bfd: T4043: add support for passive mode | Christian Poessinger | |
Mark session as passive: a passive session will not attempt to start the connection and will wait for control packets from peer before it begins replying. This feature is useful when you have a router that acts as the central node of a star network and you want to avoid sending BFD control packets you don't need to. The default is active-mode | |||
2021-12-04 | bfd: T3310: add key_mangling option when calling get_config_dict() | Christian Poessinger | |
2021-11-28 | ospfv3: T3928: add VRF support | Christian Poessinger | |
set vrf name foo protocols ospfv3 | |||
2021-11-27 | isis: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | rpki: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | ripng: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | rip: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | ospfv3: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | bgp: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
2021-11-27 | policy: T3753: adjust to new FRR 8.1 syntax | Christian Poessinger | |
Every node in running config now has an explicit "exit" tag |