mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-15 01:11:38 +00:00
![]() configuration Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com> Reviewed-by: Dinesh Dutt <ddutt@cumulusnetworks.com> Ticket: CM-8321 This allows the user to configure the peer-group as an option for the "neighbor swpX interface" command. {code} ! router bgp 100 neighbor FOO peer-group neighbor FOO remote-as external neighbor swp1 interface neighbor swp2 interface v6only neighbor swp3 interface peer-group FOO neighbor swp4 interface v6only peer-group FOO ! address-family ipv4 unicast neighbor FOO activate neighbor swp1 activate neighbor swp2 activate exit-address-family ! {code} Note that if the user configures {code} neighbor swp5 interface neighbor swp5 peer-group FOO {code} We will display that as "neighbor swp5 interface peer-group FOO". It did not seem worth tracking that the peer-group was entered via two lines instead of one. |
||
---|---|---|
babeld | ||
bgpd | ||
cumulus/etc | ||
debian | ||
doc | ||
fpm | ||
init | ||
isisd | ||
lib | ||
m4 | ||
ospf6d | ||
ospfclient | ||
ospfd | ||
pkgsrc | ||
ports | ||
redhat | ||
ripd | ||
ripngd | ||
solaris | ||
tests | ||
tools | ||
vtysh | ||
watchquagga | ||
zebra | ||
.gitignore | ||
AUTHORS | ||
bootstrap.sh | ||
buildtest.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
COPYING.LIB | ||
HACKING.pending | ||
HACKING.tex | ||
INSTALL.quagga.txt | ||
Makefile.am | ||
NEWS | ||
README | ||
README.NetBSD | ||
REPORTING-BUGS | ||
SERVICES | ||
stamp-h.in | ||
TODO | ||
update-autotools |
Quagga is free software that manages various IPv4 and IPv6 routing protocols. Currently Quagga supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, and RIPng as well as very early support for IS-IS. See the file INSTALL.quagga.txt for building and installation instructions. See the file REPORTING-BUGS to report bugs. Quagga is free software. See the file COPYING for copying conditions.