libifconfig icon indicating copy to clipboard operation
libifconfig copied to clipboard

virtual interface: bridge

Open Savagedlight opened this issue 9 years ago • 0 comments

Add support for manipulating virtual interface 'bridge'.

  • create interface
  • add member interface (addm)
  • remove member interface (deletem)
  • manipulation of various properties, see ifconfig's ifbridge.c for more details.
    • flags: see do_bridgeflag(...)
    • also see do_cmd(...) and its uses

Savagedlight avatar Jun 14 '16 14:06 Savagedlight