Skip to content

Commit

Permalink
Merge pull request mikenowak#9 from mikenowak/ss-vlan
Browse files Browse the repository at this point in the history
Updated to support vlan tagged interfaces
  • Loading branch information
mikenowak authored Aug 17, 2018
2 parents d3c8479 + 53d3c04 commit 0d1b515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birdagent.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(self, cfgfile, birdcli, sscmd):
_re_birdcli_bgp_end = re.compile("^$")

_re_ss = re.compile(
"^[0-9]+\s+[0-9]+\s+([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)(?:%[a-z0-9-]+)?:([0-9]+)\s+([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)(?:%[a-z0-9-]+?)?:([0-9]+)")
"^[0-9]+\s+[0-9]+\s+([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)(?:%[a-z0-9-\.]+)?:([0-9]+)\s+([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)(?:%[a-z0-9-\.]+?)?:([0-9]+)")

bgp_keys = [
'bgpPeerIdentifier',
Expand Down

0 comments on commit 0d1b515

Please sign in to comment.