summaryrefslogtreecommitdiff
path: root/ripd
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@nvidia.com>2021-02-16 18:05:38 -0500
committerQuentin Young <qlyoung@nvidia.com>2021-04-09 13:14:30 -0400
commitb832909b42dc3cb83901a99ac37666919b6f79d9 (patch)
treec870f98a5f30158dcbaf733e0fe3c3d898756ee7 /ripd
parented0c871ecfa2a95c94b6f0b92bed05193d43fe45 (diff)
*: 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 'ripd')
-rw-r--r--ripd/ripd.conf.sample22
-rw-r--r--ripd/subdir.am1
2 files changed, 0 insertions, 23 deletions
diff --git a/ripd/ripd.conf.sample b/ripd/ripd.conf.sample
deleted file mode 100644
index e11bf0bb23..0000000000
--- a/ripd/ripd.conf.sample
+++ /dev/null
@@ -1,22 +0,0 @@
-! -*- rip -*-
-!
-! RIPd sample configuration file
-!
-hostname ripd
-password zebra
-!
-! debug rip events
-! debug rip packet
-!
-router rip
-! network 11.0.0.0/8
-! network eth0
-! route 10.0.0.0/8
-! distribute-list private-only in eth0
-!
-!access-list private-only permit 10.0.0.0/8
-!access-list private-only deny any
-!
-!log file ripd.log
-!
-log stdout
diff --git a/ripd/subdir.am b/ripd/subdir.am
index 09d5590329..99979bff0d 100644
--- a/ripd/subdir.am
+++ b/ripd/subdir.am
@@ -5,7 +5,6 @@
if RIPD
noinst_LIBRARIES += ripd/librip.a
sbin_PROGRAMS += ripd/ripd
-dist_examples_DATA += ripd/ripd.conf.sample
vtysh_scan += \
ripd/rip_cli.c \
ripd/rip_debug.c \