-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: add debugs and count in static_simple test
Also add option to use unified config. Signed-off-by: Christian Hopps <[email protected]>
- Loading branch information
Showing
4 changed files
with
46 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
log timestamp precision 6 | ||
log file frr.log | ||
|
||
!debug northbound notifications | ||
!debug northbound libyang | ||
!debug northbound events | ||
!debug northbound callbacks | ||
|
||
!debug mgmt backend datastore frontend transaction | ||
!debug mgmt client frontend | ||
!debug mgmt client backend | ||
|
||
interface r1-eth0 | ||
ip address 101.0.0.1/24 | ||
ipv6 address 2101::1/64 | ||
exit | ||
|
||
interface r1-eth1 vrf red | ||
ip address 102.0.0.1/24 | ||
ipv6 address 2102::1/64 | ||
exit | ||
|
||
ip route 11.0.0.0/8 Null0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
log timestamp precision 3 | ||
|
||
!debug northbound notifications | ||
!debug northbound libyang | ||
!debug northbound events | ||
!debug northbound callbacks | ||
!debug mgmt backend datastore frontend transaction | ||
!debug mgmt client frontend | ||
!debug mgmt client backend |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters