(msg, code=400)
| 1924 | |
| 1925 | |
| 1926 | def do_dhcp_snoop_setup(iface_a, iface_b, action='create'): |
| 1927 | """Guarded bridge setup: enslave two wired NICs into rgsnoop0 so the box is |
| 1928 | inline. Refuses the default-route / wireless / management interface so it |
| 1929 | can't cut its own link. Detection-only bridge (no IP on it).""" |
| 1930 | if action == 'destroy': |
no outgoing calls
no test coverage detected