summaryrefslogtreecommitdiffstats
path: root/staticd
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@nvidia.com>2021-02-17 00:05:38 +0100
committerQuentin Young <qlyoung@nvidia.com>2021-04-09 19:14:30 +0200
commitb832909b42dc3cb83901a99ac37666919b6f79d9 (patch)
treec870f98a5f30158dcbaf733e0fe3c3d898756ee7 /staticd
parentrpm: install frr.conf by default (diff)
downloadfrr-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 'staticd')
-rw-r--r--staticd/staticd.conf.sample5
-rw-r--r--staticd/subdir.am1
2 files changed, 0 insertions, 6 deletions
diff --git a/staticd/staticd.conf.sample b/staticd/staticd.conf.sample
deleted file mode 100644
index 3b64eb9c9..000000000
--- a/staticd/staticd.conf.sample
+++ /dev/null
@@ -1,5 +0,0 @@
-! Default staticd configuration sample
-!
-log stdout
-!
-! ip route 4.5.6.7/32 10.10.10.10
diff --git a/staticd/subdir.am b/staticd/subdir.am
index a0ae2569c..62969a0a2 100644
--- a/staticd/subdir.am
+++ b/staticd/subdir.am
@@ -5,7 +5,6 @@
if STATICD
noinst_LIBRARIES += staticd/libstatic.a
sbin_PROGRAMS += staticd/staticd
-dist_examples_DATA += staticd/staticd.conf.sample
vtysh_scan += staticd/static_vty.c
vtysh_daemons += staticd
man8 += $(MANBUILD)/frr-staticd.8