We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff8b5d commit 761bbffCopy full SHA for 761bbff
netsim/devices/vyos.py
@@ -18,7 +18,7 @@ def check_aspath_prepend(node: Box, topology: Box) -> None:
18
category=log.IncorrectValue,
19
quirk='aspath_prepend')
20
21
-class Linux(_Quirks):
+class Vyos(_Quirks):
22
23
@classmethod
24
def device_quirks(self, node: Box, topology: Box) -> None:
0 commit comments