Lines Matching full:bridge
41 shell_warn(sh, "Bridge %d not found\n", br_idx); in cmd_bridge_addif()
69 shell_error(sh, "error: bridge iface add (%d)\n", ret); in cmd_bridge_addif()
89 shell_warn(sh, "Bridge %d not found\n", br_idx); in cmd_bridge_delif()
107 shell_error(sh, "error: bridge iface remove (%d)\n", ret); in cmd_bridge_delif()
165 shell_warn(sh, "Bridge %d not found\n", br_idx); in cmd_bridge_show()
170 shell_fprintf(sh, SHELL_NORMAL, "Bridge %-9s%-9sInterfaces\n", in cmd_bridge_show()
184 "Add a network interface to a bridge.\n"
185 "'bridge addif <bridge_index> <one or more interface index>'",
188 "Delete a network interface from a bridge.\n"
189 "'bridge delif <bridge_index> <one or more interface index>'",
192 "Show bridge information.\n"
193 "'bridge show [<bridge_index>]'",
198 SHELL_SUBCMD_ADD((net), bridge, &bridge_commands,
199 "Ethernet bridge commands.",