diff options
author | Donald Sharp <sharpd@nvidia.com> | 2023-06-05 14:28:22 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2023-06-06 17:59:20 +0200 |
commit | 8625fe0f45b031d3b53a7f332b8c3e058b057a08 (patch) | |
tree | b0f10e813aa92c333024dcf0a2265232def84acf | |
parent | Merge pull request #13690 from LabNConsulting/chopps/mgmtd-cleanup (diff) | |
download | frr-8625fe0f45b031d3b53a7f332b8c3e058b057a08.tar.xz frr-8625fe0f45b031d3b53a7f332b8c3e058b057a08.zip |
tests: Babel tests do not need to log to eigrp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
-rw-r--r-- | tests/topotests/babel_topo1/r1/babeld.conf | 1 | ||||
-rw-r--r-- | tests/topotests/babel_topo1/r2/babeld.conf | 1 | ||||
-rw-r--r-- | tests/topotests/babel_topo1/r3/babeld.conf | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/topotests/babel_topo1/r1/babeld.conf b/tests/topotests/babel_topo1/r1/babeld.conf index 372d2edff..4058362cc 100644 --- a/tests/topotests/babel_topo1/r1/babeld.conf +++ b/tests/topotests/babel_topo1/r1/babeld.conf @@ -1,4 +1,3 @@ -log file eigrpd.log interface r1-eth0 babel hello-interval 1000 diff --git a/tests/topotests/babel_topo1/r2/babeld.conf b/tests/topotests/babel_topo1/r2/babeld.conf index 8a36dda5f..bae4e59e0 100644 --- a/tests/topotests/babel_topo1/r2/babeld.conf +++ b/tests/topotests/babel_topo1/r2/babeld.conf @@ -1,4 +1,3 @@ -log file eigrpd.log ! interface r2-eth0 babel hello-interval 1000 diff --git a/tests/topotests/babel_topo1/r3/babeld.conf b/tests/topotests/babel_topo1/r3/babeld.conf index 1e9dc261f..bfda3622d 100644 --- a/tests/topotests/babel_topo1/r3/babeld.conf +++ b/tests/topotests/babel_topo1/r3/babeld.conf @@ -1,4 +1,3 @@ -log file eigrpd.log ! interface r3-eth0 babel hello-interval 1000 |