Skip to content

Commit

Permalink
Associate checkpoint VLAN interfaces with VLANs
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Nov 1, 2023
1 parent e879e67 commit 728072d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/nav/ipdevpoll/plugins/prefix.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (C) 2008-2012 Uninett AS
# Copyright (C) 2022 Sikt
# Copyright (C) 2022-2023 Sikt
#
# This file is part of Network Administration Visualized (NAV).
#
Expand Down Expand Up @@ -51,7 +51,7 @@
from nav.ipdevpoll import shadows

VLAN_PATTERN = re.compile(
r"(Vl(an)?|irb\.|reth\d+\.)(?P<vlan>\d+)",
r"(Vl(an)?|irb\.|reth\d+\.|bond\d+\.)(?P<vlan>\d+)",
re.IGNORECASE,
)

Expand Down

0 comments on commit 728072d

Please sign in to comment.