| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Lost ability to handle them in the regex patch
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
|
|\
| |
| | |
ospfd: permit over-write of message-digest-key
|
| |
| |
| |
| |
| |
| |
| |
| | |
Allow over-write of message-digest-key interface config. Most
attributes handle multi-instance by ... ignoring instances,
and tolerating repeated config: do the same for md5 auth.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
|
|\ \
| | |
| | | |
docs: add zebra debug docs
|
| |/
| |
| |
| |
| |
| | |
Add docs for the zebra debug commands.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
|
|\ \
| |/
|/| |
nhrpd: Fixup tab usage and sockunion2str usage
|
| |
| |
| |
| |
| |
| |
| | |
For some reason the usage of tabs in a string snuck in as well
as using a sockunion2str instead of %pSU. Fix.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
|
|\ \
| | |
| | | |
zebra: don't process LSPs with backups immediately
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When certain events occur (connected route changes e.g.)
zebra examines LSPs to see if they might have been affected. For
LSPs with backup nhlfes, skip this immediate processing and
wait for the owning protocol daemon to react.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Add setting and cli for 'debug zebra mpls detail'.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
ton31337/fix/nexthop_should_not_be_changed_if_peer_shares_common_subnet
tests: Nexthop should not be changed if peer X shares a common subnet
|
| | |
| | |
| | |
| | | |
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
|
|\ \ \
| | | |
| | | | |
topotest: stabilize OSPFv3 topology
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Wait until all routers are actually `Full` instead of just looking at routes.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We version the tests with FRR so it is no longer necessary to support
old versions.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changes:
- Decrease hello interval to avoid packet loss slow downs
- Decrease dead interval to converge faster
- Remove previous 'Full' state check that wasn't checking for all
peers (only one per router)
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
|
|\ \ \ \
| |_|/ /
|/| | | |
tests: Fix for BGP_GR test failures
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
Few tests were failing in BGP-GR intermittently. Fixing the failures.
Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
|
|\ \ \
| | | |
| | | | |
bgpd: prefix-list and route-map nb fixes
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix missing/incorrect callbacks.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
|
|\ \ \ \
| | | | |
| | | | | |
tools: do in-place SRGB/SRLB changes
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
avoid issuing a [no] command if we are then issuing the affirmative
one. This avoids spurious requests for the default label ranges,
which might fail if something else is using those labels.
Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
|
|\ \ \ \
| |_|/ /
|/| | | |
yang, bgpd: add northbound transactional callbacks for neighbor route-map for af l2vpn-evpn
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add transactional northbound callbacks for route-map
options for unnumbered neighbor and peer-group under
l2vpn-evpn address-family.
Signed-off-by: Chirag Shah <chirag@nvidia.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add bgp routing policy support for unnumbered and peer-group.
For numbered peer the policy support is already present.
+--rw bgp!
+--rw neighbors
| +--rw unnumbered-neighbor* [interface]
| +--rw afi-safis
| +--rw afi-safi* [afi-safi-name]
+--rw l2vpn-evpn
| | | +--rw filter-config
| | | +--rw rmap-import? frr-route-map:route-map-ref
| | | +--rw rmap-export? frr-route-map:route-map-ref
| | | +--rw plist-import? frr-bgp-types:plist-ref
| | | +--rw plist-export? frr-bgp-types:plist-ref
| | | +--rw access-list-import? frr-bgp-types:access-list-ref
| | | +--rw access-list-export? frr-bgp-types:access-list-ref
| | | +--rw as-path-filter-list-import? frr-bgp-types:as-path-filter-ref
| | | +--rw as-path-filter-list-export? frr-bgp-types:as-path-filter-ref
| | | +--rw unsuppress-map-import? frr-route-map:route-map-ref
| | | +--rw unsuppress-map-export? frr-route-map:route-map-ref
...
+--rw peer-groups
+--rw peer-group* [peer-group-name]
| +--rw afi-safis
| +--rw afi-safi* [afi-safi-name]
+--rw l2vpn-evpn
| | | +--rw filter-config
| | | +--rw rmap-import? frr-route-map:route-map-ref
| | | +--rw rmap-export? frr-route-map:route-map-ref
| | | +--rw plist-import? frr-bgp-types:plist-ref
| | | +--rw plist-export? frr-bgp-types:plist-ref
| | | +--rw access-list-import? frr-bgp-types:access-list-ref
| | | +--rw access-list-export? frr-bgp-types:access-list-ref
| | | +--rw as-path-filter-list-import? frr-bgp-types:as-path-filter-ref
| | | +--rw as-path-filter-list-export? frr-bgp-types:as-path-filter-ref
| | | +--rw unsuppress-map-import? frr-route-map:route-map-ref
| | | +--rw unsuppress-map-export? frr-route-map:route-map-ref
...
Signed-off-by: Chirag Shah <chirag@nvidia.com>
|
|\ \ \ \
| | | | |
| | | | | |
nhrp: NAT fixes
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Also cleanup some minor style issues
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Hub uses this to check if is itself behind a NAT
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Cisco devices send can send multiple CIEs so we must search for the correct CIE
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
bgpd: increase the maximum number of neighbors in a listen group
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
increase the maximum number of neighbors in a bgp group.
Set the maximum value to 50000 instead of 5000.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
|