diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2023-06-06 13:53:27 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-06 13:53:27 -0500 | 
| commit | 5648279b7a61f6866ce35ddb43b7976835ef9c76 (patch) | |
| tree | b0f10e813aa92c333024dcf0a2265232def84acf | |
| parent | da877b5cedcb1380f811124788d35242381f91a0 (diff) | |
| parent | 8625fe0f45b031d3b53a7f332b8c3e058b057a08 (diff) | |
Merge pull request #13687 from donaldsharp/eigrp_fakeout
tests: Babel tests do not need to log to eigrp
| -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 372d2edff1..4058362cc3 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 8a36dda5f8..bae4e59e0b 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 1e9dc261f5..bfda3622dd 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  | 
