Brctl: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Linux =Overview= =Commands= ==show==") |
|||
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
brctl is used to set up, maintain, and inspect the ethernet bridge configuration in the linux kernel. An ethernet bridge is a device commonly used to connect different networks of ethernets together, so that these ethernets will appear as one ethernet to the participants. Each of the ethernets being connected corresponds to one physical interface in the bridge. These individual ethernets are bundled into one bigger ('logical') ethernet, this bigger ethernet corresponds to the bridge network interface. | |||
=Commands= | =Commands= | ||
==show== | ==show== |
Revision as of 05:45, 19 April 2018
Internal
Overview
brctl is used to set up, maintain, and inspect the ethernet bridge configuration in the linux kernel. An ethernet bridge is a device commonly used to connect different networks of ethernets together, so that these ethernets will appear as one ethernet to the participants. Each of the ethernets being connected corresponds to one physical interface in the bridge. These individual ethernets are bundled into one bigger ('logical') ethernet, this bigger ethernet corresponds to the bridge network interface.