diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2021-04-13 02:20:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 02:20:53 +0200 |
commit | 9c2a14e7538bd0c55253475cff632a6c5627f9b9 (patch) | |
tree | 681c63f39a6742f75c1747c01ff3fa54a44f2084 /bfdd | |
parent | Merge pull request #8451 from idryzhov/bfdd-fix-cli-show (diff) | |
parent | tools: add note to users re: frr.conf overwrite (diff) | |
download | frr-9c2a14e7538bd0c55253475cff632a6c5627f9b9.tar.xz frr-9c2a14e7538bd0c55253475cff632a6c5627f9b9.zip |
Merge pull request #8100 from qlyoung/remove-sample-conf-files
Diffstat (limited to 'bfdd')
-rw-r--r-- | bfdd/bfdd.conf.sample | 5 | ||||
-rw-r--r-- | bfdd/subdir.am | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/bfdd/bfdd.conf.sample b/bfdd/bfdd.conf.sample deleted file mode 100644 index 9981e262b..000000000 --- a/bfdd/bfdd.conf.sample +++ /dev/null @@ -1,5 +0,0 @@ -password zebra -! -log stdout -! -line vty diff --git a/bfdd/subdir.am b/bfdd/subdir.am index e572d4a3c..8d35b933d 100644 --- a/bfdd/subdir.am +++ b/bfdd/subdir.am @@ -5,7 +5,6 @@ if BFDD noinst_LIBRARIES += bfdd/libbfd.a sbin_PROGRAMS += bfdd/bfdd -dist_examples_DATA += bfdd/bfdd.conf.sample vtysh_scan += bfdd/bfdd_vty.c vtysh_scan += bfdd/bfdd_cli.c vtysh_daemons += bfdd |