hi:
  I want to change the mac and mtu on internal port, but it seems such command 
failed:
 1. ovs-vsctl set interface p0 mac=00:00:00:01:01:01, reply with error 
ovs-vsctl: 00:00:00:01:01:01: unexpected ":" parsing set of up to 1 strings
and if i use ovs-vsctl set interface p0 mac=000000010101, the mac will not 
changed for interface p0
 2. ovs-vsctl set interface p0 mtu=1400, both ovsdb and interface not updated 
to mtu with 1400
    so what's the correct command to chang mtu and mac? my ovs version is 2.1.2.
    which function will be called when change mtu? I know that iface_set_mac() 
is called when update mac, right?
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to