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 /pbrd | |
| 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 'pbrd')
| -rw-r--r-- | pbrd/pbrd.conf.sample | 19 | ||||
| -rw-r--r-- | pbrd/subdir.am | 1 | 
2 files changed, 0 insertions, 20 deletions
diff --git a/pbrd/pbrd.conf.sample b/pbrd/pbrd.conf.sample deleted file mode 100644 index c9e7dce01f..0000000000 --- a/pbrd/pbrd.conf.sample +++ /dev/null @@ -1,19 +0,0 @@ -! Sample pbrd configuration file -! -! A quick example of what a pbr configuration might look like -! -! -log stdout -! -! nexthop-group TEST -!   nexthop 4.5.6.7 -!   nexthop 5.6.7.8 -! ! -! pbr-map BLUE seq 100 -!   match dst-ip 9.9.9.0/24 -!   match src-ip 10.10.10.0/24 -!   set nexthop-group TEST -! ! -! int swp1 -!   pbr-policy BLUE -! diff --git a/pbrd/subdir.am b/pbrd/subdir.am index 7ad071af3b..bbe3f2ab71 100644 --- a/pbrd/subdir.am +++ b/pbrd/subdir.am @@ -5,7 +5,6 @@  if PBRD  noinst_LIBRARIES += pbrd/libpbr.a  sbin_PROGRAMS += pbrd/pbrd -dist_examples_DATA += pbrd/pbrd.conf.sample  vtysh_scan += \  	pbrd/pbr_vty.c \  	pbrd/pbr_debug.c \  | 
