mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-25 20:17:12 +00:00
Merge pull request #8123 from gromit1811/fix_topotest_ipv6_linklocal
tests: Fix determination of IPv6 link-local addresses
This commit is contained in:
commit
7c7e4db935
@ -1723,7 +1723,7 @@ class Router(Node):
|
||||
interface = ""
|
||||
ll_per_if_count = 0
|
||||
for line in ifaces:
|
||||
m = re.search("[0-9]+: ([^:@]+)[@if0-9:]+ <", line)
|
||||
m = re.search("[0-9]+: ([^:@]+)[-@a-z0-9:]+ <", line)
|
||||
if m:
|
||||
interface = m.group(1)
|
||||
ll_per_if_count = 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user