Hi All, We can modify port config using "ovs-ofctl mod-port" commands.
Example: 1. ovs-ofctl mod-port br2 br2 down 2. ovs-ofctl mod-port br2 br2 up I tried same command to modify state of GRE ports and it didn't work. Commands used: 1. ovs-ofctl mod-port br2 gre0 down 2. ovs-ofctl mod-port br2 gre0 up Whereas, following commands work even on GRE ports, 1. ovs-ofctl mod-port br2 gre0 no-receive 2. ovs-ofctl mod-port br2 gre0 no-forward Why modifying GRE port state is not allowed ? Is this issue ? Thanks and Regards, Vishwa.
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss