Skip to content

Commit 761bbff

Browse files
committed
Fixing a nit
1 parent fff8b5d commit 761bbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netsim/devices/vyos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def check_aspath_prepend(node: Box, topology: Box) -> None:
1818
category=log.IncorrectValue,
1919
quirk='aspath_prepend')
2020

21-
class Linux(_Quirks):
21+
class Vyos(_Quirks):
2222

2323
@classmethod
2424
def device_quirks(self, node: Box, topology: Box) -> None:

0 commit comments

Comments
 (0)