diff options
author | Quentin Young <qlyoung@nvidia.com> | 2021-02-17 00:05:38 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@nvidia.com> | 2021-04-09 19:14:30 +0200 |
commit | b832909b42dc3cb83901a99ac37666919b6f79d9 (patch) | |
tree | c870f98a5f30158dcbaf733e0fe3c3d898756ee7 /sharpd | |
parent | rpm: install frr.conf by default (diff) | |
download | frr-b832909b42dc3cb83901a99ac37666919b6f79d9.tar.xz frr-b832909b42dc3cb83901a99ac37666919b6f79d9.zip |
*: remove *.conf.sample files
Most of these are many, many years out of date. All of them vary
randomly in quality. They show up by default in packages where they
aren't really useful now that we use integrated config. Remove them.
The useful ones have been moved to the docs.
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
Diffstat (limited to 'sharpd')
-rw-r--r-- | sharpd/sharpd.conf.sample | 6 | ||||
-rw-r--r-- | sharpd/subdir.am | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/sharpd/sharpd.conf.sample b/sharpd/sharpd.conf.sample deleted file mode 100644 index d1cc19a51..000000000 --- a/sharpd/sharpd.conf.sample +++ /dev/null @@ -1,6 +0,0 @@ -! Default sharpd configuration sample -! -! There are no `default` configuration commands for sharpd -! all commands are at the view or enable level. -! -log stdout diff --git a/sharpd/subdir.am b/sharpd/subdir.am index d161eb632..acf4fe5d0 100644 --- a/sharpd/subdir.am +++ b/sharpd/subdir.am @@ -5,7 +5,6 @@ if SHARPD noinst_LIBRARIES += sharpd/libsharp.a sbin_PROGRAMS += sharpd/sharpd -dist_examples_DATA += sharpd/sharpd.conf.sample vtysh_scan += sharpd/sharp_vty.c vtysh_daemons += sharpd man8 += $(MANBUILD)/frr-sharpd.8 |