mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 23:43:20 +02:00
frr: add specific configuraion file
The new default behaviour is one gigantic file (frr.conf)
This commit is contained in:
committed by
Joachim Wiberg
parent
2bcc9dbb3a
commit
1fd98758ba
@@ -1 +1 @@
|
||||
service [2345789] log:null <!pid/zebra> ospfd -A 127.0.0.1 -u frr -g frr -- OSPF daemon
|
||||
service [2345789] log:null <!pid/zebra> ospfd -A 127.0.0.1 -u frr -g frr -f /etc/frr/ospfd.conf-- OSPF daemon
|
||||
|
||||
@@ -1 +1 @@
|
||||
service [2345789] log:null <!pid/zebra> staticd -A 127.0.0.1 -u frr -g frr -- Static routing daemon
|
||||
service [2345789] log:null <!pid/zebra> staticd -A 127.0.0.1 -u frr -g frr -f /etc/frr/staticd.conf -- Static routing daemon
|
||||
|
||||
@@ -1 +1 @@
|
||||
service [2345789] pid:!/run/quagga/zebra.pid zebra -A 127.0.0.1 -u frr -g frr -- Zebra routing daemon
|
||||
service [2345789] <!> pid:!/run/frr/zebra.pid zebra -A 127.0.0.1 -u frr -g frr -- Zebra routing daemon
|
||||
|
||||
Reference in New Issue
Block a user