Skip to content

Bridge

A bridge interface allows nodes to be connected directly to the physical network.

Info

Diagram coming soon.

Example Configuration

Create bridge interface to bridge lab-router / lab nodes to the physical network.

network:
  version: 2
  ethernets:
    enp9s0: {}
  bridges:
    br-sherpa0:
      interfaces: [enp9s0]
      parameters:
        stp: false
        forward-delay: 0