Skip to content

Commit

Permalink
Keeping NDB rtnl_debug parameter with its default value
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <[email protected]>
  • Loading branch information
gatici committed Jul 18, 2024
1 parent 8779d20 commit a830145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/route_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a830145

Please sign in to comment.