Updating package descriptions.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
914030d2a0
commit
31e4ddbe41
1 changed files with 39 additions and 33 deletions
72
debian/control
vendored
72
debian/control
vendored
|
@ -59,20 +59,14 @@ Suggests:
|
||||||
frr-doc,
|
frr-doc,
|
||||||
Conflicts:
|
Conflicts:
|
||||||
pimd,
|
pimd,
|
||||||
Description: FRRouting suite of internet protocols (BGP, OSPF, IS-IS, ...)
|
Description: FRRouting Internet routing protocol suite
|
||||||
FRRouting implements the routing protocols commonly used in the
|
FRRouting (FRR) is a Internet routing protocol suite implementing BGP, OSPF,
|
||||||
internet and private networks to exchange information between routers.
|
RIP, IS-IS, PIM, LDP, BFD, Babel, PBR, OpenFabric, VRRP, EIGRP and NHRP.
|
||||||
Both IP and IPv6 are supported, as are BGP, OSPFv2, OSPFv3, IS-IS, BABEL,
|
|
||||||
EIGRP, RIP, RIPng, LDP, BFD, PIM, VRRP, PBR, and NHRP.
|
|
||||||
.
|
.
|
||||||
These protocols are used to turn your system into a dynamic router,
|
FRR's integration in Linux IP networking stacks makes it a general purpose
|
||||||
exchanging information about available connections with other routers
|
routing stack for a wide variety of use cases including connecting
|
||||||
in a standards-compliant way. The actual packet forwarding
|
hosts/VMs/containers to the network, advertising network services, LAN
|
||||||
functionality is provided by the OS kernel.
|
switching and routing, Internet access routers, and Internet peering.
|
||||||
.
|
|
||||||
FRRouting is a fork of Quagga with an open community model. The main
|
|
||||||
git lives on https://github.com/frrouting/frr.git and the project name
|
|
||||||
is commonly abbreviated as "FRR."
|
|
||||||
|
|
||||||
Package: frr-doc
|
Package: frr-doc
|
||||||
Section: doc
|
Section: doc
|
||||||
|
@ -85,10 +79,11 @@ Built-Using:
|
||||||
${sphinxdoc:Built-Using},
|
${sphinxdoc:Built-Using},
|
||||||
Suggests:
|
Suggests:
|
||||||
frr,
|
frr,
|
||||||
Description: FRRouting suite - user manual
|
Description: FRRouting Internet routing protocol suite (documentation)
|
||||||
This provides the FRR user manual in HTML form. This is the official
|
FRRouting (FRR) is a Internet routing protocol suite implementing BGP, OSPF,
|
||||||
manual maintained as part of the package and is also available online
|
RIP, IS-IS, PIM, LDP, BFD, Babel, PBR, OpenFabric, VRRP, EIGRP and NHRP.
|
||||||
at https://frrouting.readthedocs.io/
|
.
|
||||||
|
This package contains the HTML user guide (https://frrouting.readthedocs.io).
|
||||||
|
|
||||||
Package: frr-pythontools
|
Package: frr-pythontools
|
||||||
Section: net
|
Section: net
|
||||||
|
@ -98,28 +93,34 @@ Depends:
|
||||||
frr (>= ${source:Version}~),
|
frr (>= ${source:Version}~),
|
||||||
python3:any,
|
python3:any,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
Description: FRRouting suite - Python tools
|
Description: FRRouting Internet routing protocol suite (reload support)
|
||||||
The FRRouting suite uses a small Python tool to provide configuration
|
FRRouting (FRR) is a Internet routing protocol suite implementing BGP, OSPF,
|
||||||
reload functionality, particularly useful when the interactive configuration
|
RIP, IS-IS, PIM, LDP, BFD, Babel, PBR, OpenFabric, VRRP, EIGRP and NHRP.
|
||||||
shell is not used.
|
|
||||||
.
|
.
|
||||||
Without this package installed, "reload" (as a systemd or init script
|
This package contains a small Python tool to provide configuration reload
|
||||||
invocation) will not work for the FRR daemons.
|
functionality.
|
||||||
|
.
|
||||||
|
This is useful when the interactive configuration shell is not used. Without
|
||||||
|
this package installed, "reload" will not work for the FRR daemons.
|
||||||
|
|
||||||
Package: frr-rpki-rtrlib
|
Package: frr-rpki-rtrlib
|
||||||
Section: net
|
Section: net
|
||||||
Architecture: linux-any
|
Architecture: linux-any
|
||||||
|
Build-Profiles: <!pkg.frr.nortrlib>
|
||||||
Depends:
|
Depends:
|
||||||
frr (= ${binary:Version}),
|
frr (= ${binary:Version}),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
Description: FRRouting suite - BGP RPKI support (rtrlib)
|
Description: FRRouting Internet routing protocol suite (BGP RPKI support)
|
||||||
Adds RPKI support to FRR's bgpd, allowing validation of BGP routes
|
FRRouting (FRR) is a Internet routing protocol suite implementing BGP, OSPF,
|
||||||
against cryptographic information stored in WHOIS databases. This is
|
RIP, IS-IS, PIM, LDP, BFD, Babel, PBR, OpenFabric, VRRP, EIGRP and NHRP.
|
||||||
used to prevent hijacking of networks on the wider internet. It is only
|
.
|
||||||
relevant to internet service providers using their own autonomous system
|
This package adds RPKI support to FRR's bgpd, allowing validation of BGP
|
||||||
|
routes against cryptographic information stored in WHOIS databases.
|
||||||
|
.
|
||||||
|
This is used to prevent hijacking of networks on the wider internet and is
|
||||||
|
only relevant to internet service providers using their own autonomous system
|
||||||
number.
|
number.
|
||||||
Build-Profiles: <!pkg.frr.nortrlib>
|
|
||||||
|
|
||||||
Package: frr-snmp
|
Package: frr-snmp
|
||||||
Section: net
|
Section: net
|
||||||
|
@ -130,7 +131,12 @@ Depends:
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
Recommends:
|
Recommends:
|
||||||
snmpd,
|
snmpd,
|
||||||
Description: FRRouting suite - SNMP support
|
Description: FRRouting Internet routing protocol suite (SNMP support)
|
||||||
Adds SNMP support to FRR's daemons by attaching to net-snmp's snmpd
|
FRRouting (FRR) is a Internet routing protocol suite implementing BGP, OSPF,
|
||||||
through the AgentX protocol. Provides read-only access to current
|
RIP, IS-IS, PIM, LDP, BFD, Babel, PBR, OpenFabric, VRRP, EIGRP and NHRP.
|
||||||
routing state through standard SNMP MIBs.
|
.
|
||||||
|
This package adds SNMP support to FRR's daemons by attaching to net-snmp's
|
||||||
|
snmpd through the AgentX protocol.
|
||||||
|
.
|
||||||
|
This allows read-only access to current routing state through standard SNMP
|
||||||
|
MIBs.
|
||||||
|
|
Loading…
Add table
Reference in a new issue