Commit b0cc1e34 authored by Martín Ferrari's avatar Martín Ferrari

comment

parent be5d1685
......@@ -589,6 +589,8 @@ def del_bridge_port(br, iface):
brname = _get_if_name(br)
execute([brctl_path, "delif", brname, ifname])
# Routing
def get_all_route_data():
ipdata = backticks([ip_path, "-o", "route", "list"]) # "table", "all"
ipdata += backticks([ip_path, "-o", "-f", "inet6", "route", "list"])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment