Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxmikant Chintakindi authored and Laxmikant Chintakindi committed Oct 9, 2024
1 parent c32f88a commit 7af47d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,8 @@ ip route vrf MGMT 0.0.0.0/0 172.16.100.1
router ospf 100
router-id 172.16.1.1
passive-interface default
no passive-interface Vlan4093
no passive-interface Ethernet52/1
no passive-interface Vlan4093
redistribute connected
max-lsa 12000
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,8 @@ ip route vrf MGMT 0.0.0.0/0 172.16.100.1
router ospf 100
router-id 172.16.1.2
passive-interface default
no passive-interface Vlan4093
no passive-interface Ethernet52/1
no passive-interface Vlan4093
redistribute connected
max-lsa 12000
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ ntp server vrf MGMT time.google.com prefer
router ospf 100
router-id 172.16.1.1
passive-interface default
no passive-interface Vlan4093
no passive-interface Ethernet52/1
no passive-interface Vlan4093
redistribute connected
max-lsa 12000
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ ntp server vrf MGMT time.google.com prefer
router ospf 100
router-id 172.16.1.2
passive-interface default
no passive-interface Vlan4093
no passive-interface Ethernet52/1
no passive-interface Vlan4093
redistribute connected
max-lsa 12000
!
Expand Down

0 comments on commit 7af47d8

Please sign in to comment.