Skip to content

Commit 48619d7

Browse files
committed
Fix: test results say that openbsd cannot use indirect SR next hops
1 parent 02c3831 commit 48619d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netsim/devices/openbsd.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from box import Box
55

66
from . import _Quirks,report_quirk
7+
from ._common import check_indirect_static_routes
78
from ..utils import log
89

910
"""
@@ -27,3 +28,4 @@ class OpenBSD(_Quirks):
2728
@classmethod
2829
def device_quirks(self, node: Box, topology: Box) -> None:
2930
check_loopback(node,topology)
31+
check_indirect_static_routes(node)

0 commit comments

Comments
 (0)