From 32bc1eafb6eeb60e912e3c36e111b276ea0da736 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Tue, 4 Dec 2018 16:11:08 +0100 Subject: [PATCH] topotests/isis-topo1: Set useful IS-IS debugs Signed-off-by: Christian Franke --- tests/topotests/isis-topo1/r1/isisd.conf | 3 +++ tests/topotests/isis-topo1/r2/isisd.conf | 3 +++ tests/topotests/isis-topo1/r3/isisd.conf | 3 +++ tests/topotests/isis-topo1/r4/isisd.conf | 3 +++ tests/topotests/isis-topo1/r5/isisd.conf | 3 +++ 5 files changed, 15 insertions(+) diff --git a/tests/topotests/isis-topo1/r1/isisd.conf b/tests/topotests/isis-topo1/r1/isisd.conf index 990821d29d..ee7dba3692 100644 --- a/tests/topotests/isis-topo1/r1/isisd.conf +++ b/tests/topotests/isis-topo1/r1/isisd.conf @@ -1,4 +1,7 @@ hostname r1 +debug isis adj-packets +debug isis events +debug isis update-packets interface r1-eth0 ip router isis 1 ipv6 router isis 1 diff --git a/tests/topotests/isis-topo1/r2/isisd.conf b/tests/topotests/isis-topo1/r2/isisd.conf index bcccc08825..f6fee6c845 100644 --- a/tests/topotests/isis-topo1/r2/isisd.conf +++ b/tests/topotests/isis-topo1/r2/isisd.conf @@ -1,4 +1,7 @@ hostname r2 +debug isis adj-packets +debug isis events +debug isis update-packets interface r2-eth0 ip router isis 1 ipv6 router isis 1 diff --git a/tests/topotests/isis-topo1/r3/isisd.conf b/tests/topotests/isis-topo1/r3/isisd.conf index c3c3e5001a..4ae56b4af4 100644 --- a/tests/topotests/isis-topo1/r3/isisd.conf +++ b/tests/topotests/isis-topo1/r3/isisd.conf @@ -1,4 +1,7 @@ hostname r3 +debug isis adj-packets +debug isis events +debug isis update-packets interface r3-eth0 ip router isis 1 ipv6 router isis 1 diff --git a/tests/topotests/isis-topo1/r4/isisd.conf b/tests/topotests/isis-topo1/r4/isisd.conf index 405802ed59..bf9653387e 100644 --- a/tests/topotests/isis-topo1/r4/isisd.conf +++ b/tests/topotests/isis-topo1/r4/isisd.conf @@ -1,4 +1,7 @@ hostname r4 +debug isis adj-packets +debug isis events +debug isis update-packets interface r4-eth0 ip router isis 1 ipv6 router isis 1 diff --git a/tests/topotests/isis-topo1/r5/isisd.conf b/tests/topotests/isis-topo1/r5/isisd.conf index 0a8f325331..5a044988a9 100644 --- a/tests/topotests/isis-topo1/r5/isisd.conf +++ b/tests/topotests/isis-topo1/r5/isisd.conf @@ -1,4 +1,7 @@ hostname r5 +debug isis adj-packets +debug isis events +debug isis update-packets interface r5-eth0 ip router isis 1 ipv6 router isis 1 -- 2.39.5