You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> device.open()
>>> device.get_bgp_neighbors()
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.7/dist-packages/napalm_netiron/netiron.py", line 1478, in get_bgp_neighbors
IPV4_ADDR_REGEX, IPV6_ADDR_REGEX, ASN_REGEX), line)
File "/usr/lib/python3.7/re.py", line 173, in match
return _compile(pattern, flags).match(string)
File "/usr/lib/python3.7/re.py", line 286, in _compile
p = sre_compile.compile(pattern, flags)
File "/usr/lib/python3.7/sre_compile.py", line 764, in compile
p = sre_parse.parse(p, flags)
File "/usr/lib/python3.7/sre_parse.py", line 924, in parse
p = _parse_sub(source, pattern, flags & SRE_FLAG_VERBOSE, 0)
File "/usr/lib/python3.7/sre_parse.py", line 420, in _parse_sub
not nested and not items))
File "/usr/lib/python3.7/sre_parse.py", line 813, in _parse
source.tell() - start)
re.error: missing ), unterminated subpattern at position 4
>>>
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: