1 config BR2_PACKAGE_QUAGGA
3 depends on BR2_USE_MMU # fork()
5 Routing software suite, providing implementations of
6 OSPFv2, OSPFv3 (IPv6), RIP v1 and v2, RIPng (IPv6) and BGPv4+.
12 config BR2_PACKAGE_QUAGGA_ZEBRA
17 config BR2_PACKAGE_QUAGGA_TCP_ZEBRA
18 bool "Use TCP sockets between zebra and protocol daemons"
19 depends on BR2_PACKAGE_QUAGGA_ZEBRA
21 Use a TCP socket to communicate between zebra (supervisor) and
22 the different protocol daemons.
24 You'll want this enabled if zebra and the protocol daemon(s) run
27 config BR2_PACKAGE_QUAGGA_BGPD
28 bool "BGPv4+ protocol"
32 config BR2_PACKAGE_QUAGGA_BGP_ANNOUNCE
33 bool "BGP route announcement"
34 depends on BR2_PACKAGE_QUAGGA_BGPD
36 config BR2_PACKAGE_QUAGGA_ISISD
39 Enable isisd support in quagga.
41 config BR2_PACKAGE_QUAGGA_OSPFD
42 bool "OSPFv2 protocol"
46 config BR2_PACKAGE_QUAGGA_OSPF6D
47 bool "OSPFv3 (IPv6) protocol"
51 config BR2_PACKAGE_QUAGGA_RIPD
52 bool "RIPv2/v3 protocol"
56 config BR2_PACKAGE_QUAGGA_RIPNGD
57 bool "RIPng (IPv6) protocol"
61 config BR2_PACKAGE_QUAGGA_PIMD
64 Provides IPv4 PIM-SSM multicast routing.
66 config BR2_PACKAGE_QUAGGA_WATCHQUAGGA
67 bool "Build watchquagga"
69 Build and install watchquagga, a zebra/protocol daemon supervisor.
71 config BR2_PACKAGE_QUAGGA_VTYSH
73 select BR2_PACKAGE_READLINE
75 Build and install vtysh, a vty shell for Quagga.
77 config BR2_PACKAGE_QUAGGA_SNMP
79 depends on BR2_USE_MMU # net-snmp
80 select BR2_PACKAGE_NETSNMP
82 Make quagga information available via SNMP SMUX.
84 comment "AgentX support must be enabled in net-snmp or the build will break"
85 depends on BR2_PACKAGE_QUAGGA_SNMP