ovsbond ovs

  1. C

    Enhance OVS config with bond 802.3ad

    Hello, I have a (working) OVS config with 1 bridge + 3 VLANs: source /etc/network/interfaces.d/* auto lo iface lo inet loopback auto enp1s0f1 iface enp1s0f1 inet manual auto eno1 iface eno1 inet manual ovs_type OVSPort ovs_bridge vmbr0 auto enp1s0f0 iface enp1s0f0 inet...
  2. S

    Openvswitch startup screens

    Hello everyone, I have issue with ovs on mine system: 2 eth interfaces eth2 and eth3(need configure like bond with trunks=50,100) 2 int ports vlan50 tag=50 and vlan100 tag=100 When I configure it ovs-vsctl its working properly, but if system reboot this interfaces not start automaticaly. May...