Skip to content

Commit

Permalink
Fix py2 UT
Browse files Browse the repository at this point in the history
Signed-off-by: Longxiang Lyu <[email protected]>
  • Loading branch information
lolyu committed Jan 16, 2024
1 parent a2ebfc8 commit df6bf0a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@ log facility local4
ip nht resolve-via-default
ipv6 nht resolve-via-default
! Enable link-detect (default disabled)
interface PortChannel01
interface PortChannel03
link-detect
!
interface PortChannel02
link-detect
!
interface PortChannel03
interface PortChannel01
link-detect
!
interface PortChannel04
link-detect
!
! Disable link-detect on VLAN interfaces for dualtor
interface Vlan1000
interface Vlan2000
no link-detect
!
interface Vlan2000
interface Vlan1000
no link-detect
!
!!

0 comments on commit df6bf0a

Please sign in to comment.