summaryrefslogtreecommitdiff
path: root/eigrpd
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 /eigrpd
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 'eigrpd')
-rw-r--r--eigrpd/eigrpd.conf.sample13
-rw-r--r--eigrpd/subdir.am1
2 files changed, 0 insertions, 14 deletions
diff --git a/eigrpd/eigrpd.conf.sample b/eigrpd/eigrpd.conf.sample
deleted file mode 100644
index 662e667d3f..0000000000
--- a/eigrpd/eigrpd.conf.sample
+++ /dev/null
@@ -1,13 +0,0 @@
-! -*- eigrpd -*-
-!
-! EIGRPDd sample configuration file
-!
-!
-hostname eigrpd
-password zebra
-!enable password please-set-at-here
-!
-!router eigrp 4453
-! network 192.168.1.0/24
-!
-log stdout
diff --git a/eigrpd/subdir.am b/eigrpd/subdir.am
index ba9445acb9..82873a4960 100644
--- a/eigrpd/subdir.am
+++ b/eigrpd/subdir.am
@@ -5,7 +5,6 @@
if EIGRPD
noinst_LIBRARIES += eigrpd/libeigrp.a
sbin_PROGRAMS += eigrpd/eigrpd
-dist_examples_DATA += eigrpd/eigrpd.conf.sample
vtysh_scan += \
eigrpd/eigrp_cli.c \
eigrpd/eigrp_dump.c \