forked from Mirror/frr
snap: Drop trailing whitespaces in snapcraft.yaml.in
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
124bd0e1b2
commit
f6823d912e
|
@ -2,8 +2,8 @@ name: frr
|
||||||
version: @VERSION@
|
version: @VERSION@
|
||||||
summary: FRRouting BGP/OSPFv2/OSPFv3/ISIS/RIP/RIPng/PIM/LDP/EIGRP/BFD routing daemon
|
summary: FRRouting BGP/OSPFv2/OSPFv3/ISIS/RIP/RIPng/PIM/LDP/EIGRP/BFD routing daemon
|
||||||
description: BGP/OSPFv2/OSPFv3/ISIS/RIP/RIPng/PIM/LDP/EIGRP/BFD routing daemon
|
description: BGP/OSPFv2/OSPFv3/ISIS/RIP/RIPng/PIM/LDP/EIGRP/BFD routing daemon
|
||||||
FRRouting (FRR) is free software which manages TCP/IP based routing
|
FRRouting (FRR) is free software which manages TCP/IP based routing
|
||||||
protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2,
|
protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2,
|
||||||
RIPng, PIM, LDP, Babel, EIGRP, PBR (Policy-based routing), PATHD (Segment
|
RIPng, PIM, LDP, Babel, EIGRP, PBR (Policy-based routing), PATHD (Segment
|
||||||
routing), BFD and OpenFabric as well as the IPv6 versions of these.
|
routing), BFD and OpenFabric as well as the IPv6 versions of these.
|
||||||
FRRouting (frr) is a fork of Quagga.
|
FRRouting (frr) is a fork of Quagga.
|
||||||
|
@ -296,7 +296,7 @@ parts:
|
||||||
- -DENABLE_LYD_PRIV=ON
|
- -DENABLE_LYD_PRIV=ON
|
||||||
- -DENABLE_CACHE=ON
|
- -DENABLE_CACHE=ON
|
||||||
- -DCMAKE_BUILD_TYPE:String="Release"
|
- -DCMAKE_BUILD_TYPE:String="Release"
|
||||||
frr:
|
frr:
|
||||||
after: [rtrlib,libyang]
|
after: [rtrlib,libyang]
|
||||||
build-packages:
|
build-packages:
|
||||||
- gcc
|
- gcc
|
||||||
|
@ -366,7 +366,7 @@ parts:
|
||||||
- --enable-rpki
|
- --enable-rpki
|
||||||
- --enable-vrrpd
|
- --enable-vrrpd
|
||||||
- --enable-configfile-mask=0640
|
- --enable-configfile-mask=0640
|
||||||
- --enable-logfile-mask=0640
|
- --enable-logfile-mask=0640
|
||||||
- --localstatedir=/var/run
|
- --localstatedir=/var/run
|
||||||
- --sbindir=/sbin
|
- --sbindir=/sbin
|
||||||
- --bindir=/bin
|
- --bindir=/bin
|
||||||
|
|
Loading…
Reference in a new issue