diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-10-27 11:29:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 11:29:26 -0400 |
| commit | 65a58145a1f3b5f689fa5ec6000ea19a16bbf0d5 (patch) | |
| tree | 206f1fd7df0d3abd970aad2cf03a8492cd2bd122 | |
| parent | 7ecc433cdc0e4b61375bcb6d7c42e899512bf792 (diff) | |
| parent | 78d0a253ea5761b6e5e83aeb08d8657ca78ff1db (diff) | |
Merge pull request #7370 from eololab/add-missing-daemon-in-watchfrr-conf-file
tools: add staticd line in daemon config file
| -rw-r--r-- | tools/etc/frr/daemons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/etc/frr/daemons b/tools/etc/frr/daemons index 0221b0c19e..f6d512be72 100644 --- a/tools/etc/frr/daemons +++ b/tools/etc/frr/daemons @@ -12,7 +12,7 @@ # When using "vtysh" such a config file is also needed. It should be owned by # group "frrvty" and set to ug=rw,o= though. Check /etc/pam.d/frr, too. # -# The watchfrr and zebra daemons are always started. +# The watchfrr, zebra and staticd daemons are always started. # bgpd=no ospfd=no |
