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