| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Fix Rocky 8 RPMs, add options to build without rpki and docs (default is to include)
|
| |
| |
| |
| |
| |
| | |
8 is no more)
Signed-off-by: Lou Berger <lberger@labn.net>
|
|\ \
| | |
| | | |
small mgmtd-dev doc update and yanglint cleanup
|
| | |
| | |
| | |
| | | |
Signed-off-by: Christian Hopps <chopps@labn.net>
|
|/ /
| |
| |
| |
| |
| |
| | |
Add the srv6 static sids configuration and
show running-config sections in static.rst.
Signed-off-by: Yuqing Zhao <galadriel.zyq@alibaba-inc.com>
|
|\ \
| | |
| | | |
limit community list count
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add a mechanism in route-map to filter out route-map which have a list
of communities greater than the given number.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Current -n option is only for zebra and mgmtd. All other daemons receive
the VRF backend configuration from zebra upon connection to it. This
leads to a potential race condition - daemons need to know the backend
before they start reading their config, but they can be not connected to
zebra yet at this point. As the VRF backend cannot change during runtime,
let's introduce a new global -w option for setting netns backend, to
make sure that all daemons know their VRF backend immediately after
start.
The reason for introducing a new option instead of making -n global is
that ospfd already uses -n for another purposes.
Signed-off-by: Igor Ryzhov <idryzhov@gmail.com>
|
|\ \ \
| | | |
| | | | |
PIMD: RPF lookup mode per-group, per-source
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nathan Bahr <nbahr@atcorp.com>
|
|\ \ \ \
| | | | |
| | | | | |
doc: fix LaTex warnings, add documentation to build docs
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
LaTex doesn't like the Unicon character `≥` which should be represented
by the special sequnce `$\leq$`. Since this is buried all in Sphinx, and
we also have a scrip that look for the character, the easiest fix is to
just use `>=` instead which works without warnings, and without asking to
ignore every warning about the use of every instance of the special char.
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
|
|\ \ \ \
| |_|/ /
|/| | | |
Ability to import BMP information from a separate BGP instance
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
Add the bmp import-vrf-view command on the bmp user guide.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
|
| |/
|/|
| |
| |
| |
| |
| | |
- All 3 ubutu 2x (20.04, 22.04 and 24.04) have the same instructions
so put them in one include file.
Signed-off-by: Christian Hopps <chopps@labn.net>
|
|/
|
|
|
|
|
|
| |
Add a new debugging command:
debug bgp aggregate [prefix <A.B.C.D/M|X:X::X:X/M>]
Signed-off-by: Enke Chen <enchen@paloaltonetworks.com>
|
|\
| |
| | |
doc: fix building for alpine package path
|
| |
| |
| |
| | |
Signed-off-by: famfo <famfo@famfo.xyz>
|
|\ \
| |/
|/| |
bgpd: show json output changes to optimize various show commands
|
| |
| |
| |
| | |
Signed-off-by: Krishnasamy R <krishnasamyr@nvidia.com>
|
| |
| |
| |
| |
| |
| |
| | |
The documentation should provide the valid range of SRv6 locator
node-len parameter, rather than the default value.
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
|
| |
| |
| |
| |
| |
| |
| | |
The documentation should provide the valid range of SRv6 locator
block-len parameter, rather than the default value.
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Align the order of the SRv6 locator parameters with the actual implementation:
```
"prefix X:X::X:X/M$prefix [block-len (16-64)$block_bit_len] \
[node-len (16-64)$node_bit_len] [func-bits (0-64)$func_bit_len]"
```
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
|
|\ \
| | |
| | | |
Fix PIMD RPF lookup mode and nexthop tracking
|
| | |
| | |
| | |
| | |
| | |
| | | |
Moved it all to PIM section and updated docs for recent changes.
Signed-off-by: Nathan Bahr <nbahr@atcorp.com>
|
|\ \ \
| | | |
| | | | |
doc: Update the next release dates
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
|
|/ /
| |
| |
| |
| |
| | |
Let user know about new MSDP knob to configure originator ID.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
|
|\ \
| | |
| | | |
pimd: MSDP per peer SA limit
|
| | |
| | |
| | |
| | |
| | |
| | | |
Let user know about the new MSDP SA limit command.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
|
|\ \ \
| | | |
| | | | |
pimd: Extend multicast boundary/ACL functionality
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Add documentation for existing extended access-list functionality and
the new "ip multicast boundary" command leveraging that functionality.
Signed-off-by: Corey Siltala <csiltala@atcorp.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Igor Ryzhov <idryzhov@gmail.com>
|
|\ \
| | |
| | | |
pimd: implement MSDP shutdown command
|
| | |
| | |
| | |
| | |
| | |
| | | |
Let users know about the MSDP shutdown command.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
|
|\ \ \
| | | |
| | | | |
doc:Fix bgp doc warning
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: guozhongfeng.gzf <guozhongfeng.gzf@alibaba-inc.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We do not maintain docker.com/frrouting anymore and not building custom
images for topotests.
Use local images for topotests instead.
Just use:
```
mak topotests-build
make topotests
```
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
https://datatracker.ietf.org/doc/html/rfc8097 defines ROV extended community,
but https://datatracker.ietf.org/doc/draft-ietf-sidrops-avoid-rpki-state-in-bgp
is against sending it by default even for iBGP peers.
Let's do this practice and reverse it.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
|
|\ \ \
| | | |
| | | | |
accords: guidelines/terms for FRRouting trademarks
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This attempts to establish a little bit of clarifying restrictions
around the FRRouting "identifiers", mostly as a reaction to FRRouting
now functioning almost like a "seal of approval" in some cases.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
|
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Let user know about PIM embedded RP configuration commands.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
|
|\ \ \
| | | |
| | | | |
Add two RFCs for BGP to the list
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* RFC 9687
* RFC 7311
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
|
|\ \ \ \
| | |_|/
| |/| | |
bgpd:support of color extended community color-only types
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: guozhongfeng.gzf <guozhongfeng.gzf@alibaba-inc.com>
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add the abilty to track how much time is spent in routemaps.
Example of the new output:
eva# show route-map
ZEBRA:
route-map: FOO Invoked: 1000000 (323 milliseconds total) Optimization: enabled Processed Change: false
deny, sequence 10 Invoked 1000000 (320 milliseconds total)
Match clauses:
Set clauses:
Call clause:
Action:
Exit routemap
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
|
| |
| |
| |
| | |
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
|
| |
| |
| |
| | |
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
|