summaryrefslogtreecommitdiffstats
path: root/snapcraft/snapcraft.yaml.in
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2018-08-14 22:31:54 +0200
committerMartin Winter <mwinter@opensourcerouting.org>2018-08-14 22:31:54 +0200
commit64a6fb039b106feba24bd918205c88b12879fe10 (patch)
tree7765e1a899848983307ebf60df563426ed7f3acb /snapcraft/snapcraft.yaml.in
parentMerge pull request #2805 from opensourcerouting/malloc-size (diff)
downloadfrr-64a6fb039b106feba24bd918205c88b12879fe10.tar.xz
frr-64a6fb039b106feba24bd918205c88b12879fe10.zip
snapcraft: Add bfdd to snap package
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'snapcraft/snapcraft.yaml.in')
-rw-r--r--snapcraft/snapcraft.yaml.in24
1 files changed, 21 insertions, 3 deletions
diff --git a/snapcraft/snapcraft.yaml.in b/snapcraft/snapcraft.yaml.in
index 48dc69278..563a05c5a 100644
--- a/snapcraft/snapcraft.yaml.in
+++ b/snapcraft/snapcraft.yaml.in
@@ -1,10 +1,10 @@
name: frr
version: @VERSION@
-summary: FRRouting BGP/OSPFv2/OSPFv3/ISIS/RIP/RIPng/PIM/LDP routing daemon
-description: BGP/OSPFv2/OSPFv3/ISIS/RIP/RIPng/PIM 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
FRRouting (FRR) is free software which manages TCP/IP based routing
protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2,
- RIPng, PIM, LDP, Babel, EIGRP and PBR (Policy-based routing) as well as
+ RIPng, PIM, LDP, Babel, EIGRP, PBR (Policy-based routing) and BFD as well as
the IPv6 versions of these.
FRRouting (frr) is a fork of Quagga.
confinement: strict
@@ -120,6 +120,13 @@ apps:
- network
- network-bind
- network-control
+ bfdd:
+ command: bin/bfdd-service
+ daemon: simple
+ plugs:
+ - network
+ - network-bind
+ - network-control
set:
command: bin/set-options
zebra-debug:
@@ -202,6 +209,16 @@ apps:
- network-control
staticd-debug:
command: sbin/staticd -f $SNAP_DATA/staticd.conf --pid_file $SNAP_DATA/staticd.pid --socket $SNAP_DATA/zsock --vty_socket $SNAP_DATA
+ plugs:
+ - network
+ - network-bind
+ - network-control
+ bfdd-debug:
+ command: sbin/bfdd -f $SNAP_DATA/bfdd.conf --pid_file $SNAP_DATA/bfdd.pid --socket $SNAP_DATA/zsock --vty_socket $SNAP_DATA --bfdctl $SNAP_DATA/bfdd.sock
+ plugs:
+ - network
+ - network-bind
+ - network-control
parts:
frr:
@@ -283,6 +300,7 @@ parts:
babeld.conf.default: etc/frr/babeld.conf.default
eigrpd.conf.default: etc/frr/eigrpd.conf.default
pbrd.conf.default: etc/frr/pbrd.conf.default
+ bfdd.conf.default: etc/frr/bfdd.conf.default
vtysh.conf.default: etc/frr/vtysh.conf.default
frr-scripts:
plugin: make