diff options
| author | Quentin Young <qlyoung@nvidia.com> | 2021-02-16 18:05:38 -0500 | 
|---|---|---|
| committer | Quentin Young <qlyoung@nvidia.com> | 2021-04-09 13:14:30 -0400 | 
| commit | b832909b42dc3cb83901a99ac37666919b6f79d9 (patch) | |
| tree | c870f98a5f30158dcbaf733e0fe3c3d898756ee7 /babeld | |
| parent | ed0c871ecfa2a95c94b6f0b92bed05193d43fe45 (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 'babeld')
| -rw-r--r-- | babeld/.gitignore | 1 | ||||
| -rw-r--r-- | babeld/babeld.conf.sample | 30 | ||||
| -rw-r--r-- | babeld/subdir.am | 1 | 
3 files changed, 0 insertions, 32 deletions
diff --git a/babeld/.gitignore b/babeld/.gitignore index fbdb90f677..71ef6786c7 100644 --- a/babeld/.gitignore +++ b/babeld/.gitignore @@ -4,5 +4,4 @@  !LICENCE  !Makefile  !subdir.am -!babeld.conf.sample  !.gitignore diff --git a/babeld/babeld.conf.sample b/babeld/babeld.conf.sample deleted file mode 100644 index a77453a734..0000000000 --- a/babeld/babeld.conf.sample +++ /dev/null @@ -1,30 +0,0 @@ -debug babel common -!debug babel kernel -!debug babel filter -!debug babel timeout -!debug babel interface -!debug babel route -!debug babel all - -router babel -! network wlan0 -! network eth0 -! redistribute ipv4 kernel -! no redistribute ipv6 static - -! The defaults are fine for a wireless interface - -!interface wlan0 - -! A few optimisation tweaks are optional but recommended on a wired interface -! Disable link quality estimation, enable split horizon processing, and -! increase the hello and update intervals. - -!interface eth0 -! babel wired -! babel split-horizon -! babel hello-interval 12000 -! babel update-interval 36000 - -! log file /var/log/quagga/babeld.log -log stdout diff --git a/babeld/subdir.am b/babeld/subdir.am index 8e5b46350d..c9b6959fca 100644 --- a/babeld/subdir.am +++ b/babeld/subdir.am @@ -5,7 +5,6 @@  if BABELD  noinst_LIBRARIES += babeld/libbabel.a  sbin_PROGRAMS += babeld/babeld -dist_examples_DATA += babeld/babeld.conf.sample  vtysh_scan += \  	babeld/babel_interface.c \  	babeld/babel_zebra.c \  | 
