BRIDGE(4) - Device Drivers Manual
BRIDGE(4) - Device Drivers Manual # BRIDGE(4) - Device Drivers Manual NAME # bridge - Ethernet bridge interface SYNOPSIS # pseudo-device bridge #include <sys/types.h> #include <net/if.h> #include <netinet/in.h> #include <netinet/if_ether.h> #include <net/if_bridge.h> DESCRIPTION # The bridge device creates a logical link between two or more Ethernet interfaces or encapsulation interfaces (see [etherip(4)](/man/man4/etherip.4)). This link between the interfaces selectively forwards frames from each interface on the bridge to every other interface on the bridge. ...