]> git.proxmox.com Git - mirror_frr.git/blob - debian/control
bgpd: Add hidden `next-hop-self all` for all address families
[mirror_frr.git] / debian / control
1 Source: frr
2 Section: net
3 Priority: optional
4 Maintainer: David Lamparter <equinox-debian@diac24.net>
5 Uploaders: FRRouting-dev <dev@lists.frrouting.org>
6 Build-Depends:
7 autotools-dev,
8 bison,
9 chrpath,
10 debhelper (>= 9),
11 debhelper (>= 9.20160709) <!pkg.frr.nosystemd> | dh-systemd <!pkg.frr.nosystemd>,
12 dh-autoreconf,
13 flex,
14 gawk,
15 install-info,
16 libc-ares-dev,
17 libcap-dev,
18 libjson-c-dev | libjson0-dev,
19 libpam0g-dev | libpam-dev,
20 libpcre3-dev,
21 libpython3-dev,
22 libreadline-dev,
23 librtr-dev <!pkg.frr.nortrlib>,
24 libsnmp-dev,
25 libssh-dev <!pkg.frr.nortrlib>,
26 libsystemd-dev <!pkg.frr.nosystemd>,
27 libyang-dev (>= 0.16.74),
28 pkg-config,
29 python3,
30 python3-dev,
31 python3-sphinx,
32 python3-pytest <!nocheck>,
33 texinfo (>= 4.7)
34 Standards-Version: 4.2.1
35 Homepage: https://www.frrouting.org/
36 Vcs-Browser: https://github.com/FRRouting/frr/
37 Vcs-Git: https://github.com/FRRouting/frr.git
38
39 Package: frr
40 Architecture: linux-any
41 Depends:
42 ${misc:Depends},
43 ${shlibs:Depends},
44 iproute2 | iproute,
45 logrotate (>= 3.2-11)
46 Pre-Depends: adduser
47 Recommends: frr-pythontools
48 Suggests: frr-doc
49 Conflicts:
50 zebra,
51 zebra-pj,
52 pimd,
53 quagga,
54 quagga-bgpd,
55 quagga-core,
56 quagga-isisd,
57 quagga-ospf6d,
58 quagga-ospfd,
59 quagga-pimd,
60 quagga-ripd,
61 quagga-ripngd
62 Replaces: zebra, zebra-pj
63 Description: FRRouting suite of internet protocols (BGP, OSPF, IS-IS, ...)
64 FRRouting implements the routing protocols commonly used in the
65 internet and private networks to exchange information between routers.
66 Both IP and IPv6 are supported, as are BGP, OSPF, IS-IS, BABEL, EIGRP,
67 RIP, LDP, BFD, PIM and NHRP protocols.
68 .
69 These protocols are used to turn your system into a dynamic router,
70 exchanging information about available connections with other routers
71 in a standards-compliant way. The actual packet forwarding
72 functionality is provided by the OS kernel.
73 .
74 FRRouting is a fork of Quagga with an open community model. The main
75 git lives on https://github.com/frrouting/frr.git and the project name
76 is commonly abbreviated as "FRR."
77
78 Package: frr-snmp
79 Architecture: linux-any
80 Depends:
81 ${misc:Depends},
82 ${shlibs:Depends},
83 frr (= ${binary:Version})
84 Recommends: snmpd
85 Description: FRRouting suite - SNMP support
86 Adds SNMP support to FRR's daemons by attaching to net-snmp's snmpd
87 through the AgentX protocol. Provides read-only access to current
88 routing state through standard SNMP MIBs.
89
90 Package: frr-rpki-rtrlib
91 Architecture: linux-any
92 Depends:
93 ${misc:Depends},
94 ${shlibs:Depends},
95 frr (= ${binary:Version})
96 Description: FRRouting suite - BGP RPKI support (rtrlib)
97 Adds RPKI support to FRR's bgpd, allowing validation of BGP routes
98 against cryptographic information stored in WHOIS databases. This is
99 used to prevent hijacking of networks on the wider internet. It is only
100 relevant to internet service providers using their own autonomous system
101 number.
102 Build-Profiles: <!pkg.frr.nortrlib>
103
104 Package: frr-doc
105 Section: doc
106 Architecture: all
107 Depends:
108 ${misc:Depends},
109 libjs-jquery,
110 libjs-underscore
111 Suggests: frr
112 Conflicts: quagga-doc
113 Description: FRRouting suite - user manual
114 This provides the FRR user manual in HTML form. This is the official
115 manual maintained as part of the package and is also available online
116 at https://frrouting.readthedocs.io/
117
118 Package: frr-pythontools
119 Architecture: all
120 Depends:
121 ${misc:Depends},
122 frr (<< ${source:Upstream-Version}.0-~),
123 frr (>= ${source:Version}~),
124 python3:any
125 Description: FRRouting suite - Python tools
126 The FRRouting suite uses a small Python tool to provide configuration
127 reload functionality, particularly useful when the interactive configuration
128 shell is not used.
129 .
130 Without this package installed, "reload" (as a systemd or init script
131 invocation) will not work for the FRR daemons.