Add ebuild for FRRouting - Quagga fork with some additional features

This commit is contained in:
2017-09-14 16:44:00 +03:00
parent 40a44fe1d7
commit 515e475c99
17 changed files with 431 additions and 0 deletions

View File

@ -0,0 +1,16 @@
[Unit]
Description=GNU Zebra routing manager
Documentation=man:zebra(8)
After=network.target
ConditionPathExists=/etc/frr/zebra.conf
[Service]
Type=forking
PIDFile=/run/frr/zebra.pid
ExecStartPre=/bin/ip route flush proto zebra
ExecStart=/usr/sbin/zebra -d
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-abort
[Install]
WantedBy=multi-user.target