![]() Adds the current MAC-VRF SoO value to the output of "show bgp l2vpn evpn vni [vni]". Also fixes a missing space in front of the Tenant VRF string. New output: ``` ub20-2(config-router-af)# do show bgp l2vpn evpn vni Advertise Gateway Macip: Disabled Advertise SVI Macip: Disabled Advertise All VNI flag: Enabled BUM flooding: Head-end replication VXLAN flooding: Enabled Number of L2 VNIs: 2 Number of L3 VNIs: 1 Flags: * - Kernel VNI Type RD Import RT Export RT MAC-VRF Site-of-Origin Tenant VRF * 20 L2 100.64.0.33:3 1:20 1:20 3.3.3.3:20 stuff * 30 L2 100.64.0.33:4 1:30 1:30 3.3.3.3:20 stuff * 10 L3 30.0.0.3:2 1:10 1:10 3.3.3.3:20 stuff ub20-2(config-router-af)# do show bgp l2vpn evpn vni 10 VNI: 10 (known to the kernel) Type: L3 Tenant VRF: stuff RD: 30.0.0.3:2 Originator IP: 3.3.3.3 MAC-VRF Site-of-Origin: 3.3.3.3:20 <<<<< Advertise-gw-macip : n/a Advertise-svi-macip : n/a Advertise-pip: Yes System-IP: 100.64.0.33 System-MAC: aa:bb:cc:00:33:33 Router-MAC: aa:bb:cc:00:33:33 Import Route Target: 1:10 Export Route Target: 1:10 ub20-2(config-router-af)# do show bgp l2vpn evpn vni 20 VNI: 20 (known to the kernel) Type: L2 Tenant-Vrf: stuff RD: 100.64.0.33:3 Originator IP: 3.3.3.3 MAC-VRF Site-of-Origin: 3.3.3.3:20 <<<<< Mcast group: 0.0.0.0 Advertise-gw-macip : Disabled Advertise-svi-macip : Disabled SVI interface : br20 Import Route Target: 1:20 Export Route Target: 1:20 ``` Signed-off-by: Trey Aspelund <taspelund@nvidia.com> |
||
---|---|---|
.github | ||
alpine | ||
babeld | ||
bfdd | ||
bgpd | ||
debian | ||
doc | ||
docker | ||
eigrpd | ||
fpm | ||
gdb | ||
grpc | ||
include | ||
isisd | ||
ldpd | ||
lib | ||
m4 | ||
mgmtd | ||
mlag | ||
nhrpd | ||
ospf6d | ||
ospfclient | ||
ospfd | ||
pathd | ||
pbrd | ||
pceplib | ||
pimd | ||
pkgsrc | ||
python | ||
qpb | ||
redhat | ||
ripd | ||
ripngd | ||
sharpd | ||
snapcraft | ||
staticd | ||
tests | ||
tools | ||
vrrpd | ||
vtysh | ||
watchfrr | ||
yang | ||
zebra | ||
.clang-format | ||
.dockerignore | ||
.flake8 | ||
.git-blame-ignore-revs | ||
.gitignore | ||
.isort.cfg | ||
.pylintrc | ||
.travis.yml | ||
bootstrap.sh | ||
buildtest.sh | ||
config.version.in | ||
configure.ac | ||
COPYING | ||
Makefile.am | ||
README.md | ||
stamp-h.in | ||
version.h |
FRRouting
FRR is free software that implements and manages various IPv4 and IPv6 routing protocols. It runs on nearly all distributions of Linux and BSD and supports all modern CPU architectures.
FRR currently supports the following protocols:
- BGP
- OSPFv2
- OSPFv3
- RIPv1
- RIPv2
- RIPng
- IS-IS
- PIM-SM/MSDP
- LDP
- BFD
- Babel
- PBR
- OpenFabric
- VRRP
- EIGRP (alpha)
- NHRP (alpha)
Installation & Use
For source tarballs, see the releases page.
For Debian and its derivatives, use the APT repository at https://deb.frrouting.org/.
Instructions on building and installing from source for supported platforms may be found in the developer docs.
Once installed, please refer to the user guide for instructions on use.
Community
The FRRouting email list server is located here and offers the following public lists:
Topic | List |
---|---|
Development | dev@lists.frrouting.org |
Users & Operators | frog@lists.frrouting.org |
Announcements | announce@lists.frrouting.org |
For chat, we currently use Slack. You can join by clicking the "Slack" link under the Participate section of our website.
Contributing
FRR maintains developer's documentation which contains the project workflow and expectations for contributors. Some technical documentation on project internals is also available.
We welcome and appreciate all contributions, no matter how small!
Security
To report security issues, please use our security mailing list:
security [at] lists.frrouting.org