From 352713d5948d62b84ca76e4f9a644e956f030a49 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 16 Jun 2022 11:24:40 -0400 Subject: T2719: correct module path in the neighbor script --- src/op_mode/neighbor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/op_mode/neighbor.py b/src/op_mode/neighbor.py index 13ea46b8f..b0b52c082 100755 --- a/src/op_mode/neighbor.py +++ b/src/op_mode/neighbor.py @@ -108,7 +108,7 @@ def reset(family: str, interface: typing.Optional[str], address: typing.Optional if __name__ == '__main__': try: - res = opmode.run(sys.modules[__name__]) + res = vyos.opmode.run(sys.modules[__name__]) if res: print(res) except ValueError as e: -- cgit v1.2.3