From a830145004485b0dd7cc8b35da84ebce37c7594f Mon Sep 17 00:00:00 2001 From: gatici Date: Thu, 18 Jul 2024 20:56:29 +0300 Subject: [PATCH] Keeping NDB rtnl_debug parameter with its default value Signed-off-by: gatici --- conf/route_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/route_control.py b/conf/route_control.py index 37022a11c..fa7150295 100755 --- a/conf/route_control.py +++ b/conf/route_control.py @@ -832,7 +832,7 @@ def register_signal_handlers(controller: RouteController) -> None: if __name__ == "__main__": interface_arg, ip_arg, port_arg = parse_args() ipr = IPRoute() - ndb = NDB(rtnl_debug=True) + ndb = NDB() bess_controller = BessController(ip_arg, port_arg) route_controller = RouteController( bess_controller=bess_controller,