mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Fixes the AsusWRT ip neigh
regex to handle the possible IPv6 "router" flag (#5605)
See the last line here: http://linux-ip.net/gl/ip-cref/ip-cref-node62.html
This commit is contained in:
parent
a9325ea663
commit
fddab7f2b4
@ -76,6 +76,7 @@ _IP_NEIGH_REGEX = re.compile(
|
|||||||
r'\w+\s'
|
r'\w+\s'
|
||||||
r'\w+\s'
|
r'\w+\s'
|
||||||
r'(\w+\s(?P<mac>(([0-9a-f]{2}[:-]){5}([0-9a-f]{2}))))?\s'
|
r'(\w+\s(?P<mac>(([0-9a-f]{2}[:-]){5}([0-9a-f]{2}))))?\s'
|
||||||
|
r'\s?(router)?'
|
||||||
r'(?P<status>(\w+))')
|
r'(?P<status>(\w+))')
|
||||||
|
|
||||||
_NVRAM_CMD = 'nvram get client_info_tmp'
|
_NVRAM_CMD = 'nvram get client_info_tmp'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user