View Source VintageNetBridge (vintage_net_bridge v0.10.3)
Configure network bridges with VintageNet
Configurations for this technology are maps with a :type field set to
VintageNetBridge. The following additional fields are supported:
- :vintage_net_bridge- Bridge options- :interfaces- Set to a list of interface names to add to the bridge. This option is required for the bridge to be useful.
- :forward_delay
- :priority
- :hello_time
- :max_age
- :path_cost
- :path_priority
- :hairpin
- :stp
 
Here's an example configuration for setting up a bridge:
%{
  type: VintageNetBridge,
  vintage_net_bridge: %{
    vintage_net_bridge: %{
    interfaces: ["eth0", "wlan0"],
  }
}See brctl(8) for more information on individual options.