On Mon, Jun 08, 2015 at 05:31:25PM +0200, Ben wrote:
> Thanks for your reply.
> If I remember well openvswitch keeps the configuration even after a reboot,
> perhaps the issue is caused by netctl which tries to erase everything again?
> (then if it is the case it should have a difference between reboot and
> starting from a cold start).

It could be.  OVS can be started in a mode where it retains the previous
configuration after reboot, or in one where it deletes the bridges on
reboot.  In the latter mode, one passes --delete-bridges to the ovs-ctl
script.

> By the way speaking about netctl I am using this :
> 
> nano /etc/netctl/vswitch_trust
> Description='Trusted Virtual Switch'
> Interface=vswitch_trust
> Connection=openvswitch
> BindsToInterfaces=(eth1 eth2 eth3)
> IP=static
> Address=('10.20.8.10/24')
> #Routes=('192.168.0.0/24 via 192.168.1.2')
> Gateway='10.20.8.254'
> DNS=('80.67.169.12')
> 
> Do you know if it is possible to indicate some vlan tag for eth1 eth2 eth3
> directly in netctl conf?
> I am asking this because apparently openvswitch is supported as I am using
> Connection=openvswitch.

I don't use netctl.  I recommend asking about netctl on a mailing list
specialized for it.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to