We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c3831 commit 48619d7Copy full SHA for 48619d7
netsim/devices/openbsd.py
@@ -4,6 +4,7 @@
4
from box import Box
5
6
from . import _Quirks,report_quirk
7
+from ._common import check_indirect_static_routes
8
from ..utils import log
9
10
"""
@@ -27,3 +28,4 @@ class OpenBSD(_Quirks):
27
28
@classmethod
29
def device_quirks(self, node: Box, topology: Box) -> None:
30
check_loopback(node,topology)
31
+ check_indirect_static_routes(node)
0 commit comments