-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

brctl


> Ethernet bridge administration.

More information.


Show a list with information about currently existing Ethernet bridges:

sudo brctl show

Create a new Ethernet bridge interface:

sudo brctl add {bridge_name}

Delete an existing Ethernet bridge interface:

sudo brctl del {bridge_name}

Add an interface to an existing bridge:

sudo brctl addif {bridge_name} {interface_name}

Remove an interface from an existing bridge:

sudo brctl delif {bridge_name} {interface_name}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 05:09:52 2024