Update frr.py to add staticd to daemons list
Add staticd to the list of possible daemons to be started. http://docs.frrouting.org/en/latest/setup.html#daemons-configuration-file https://github.com/coreemu/core/issues/397
This commit is contained in:
parent
e0842197e3
commit
fdf00cff0e
1 changed files with 1 additions and 0 deletions
|
@ -271,6 +271,7 @@ nhrpd=yes
|
||||||
eigrpd=yes
|
eigrpd=yes
|
||||||
babeld=yes
|
babeld=yes
|
||||||
sharpd=yes
|
sharpd=yes
|
||||||
|
staticd=yes
|
||||||
pbrd=yes
|
pbrd=yes
|
||||||
bfdd=yes
|
bfdd=yes
|
||||||
fabricd=yes
|
fabricd=yes
|
||||||
|
|
Loading…
Reference in a new issue