On Tue, Apr 26, 2016 at 02:10:20PM +0200, Petr Horacek wrote:
> is there any difference between setting an IP on OVS bridge and setting in
> on its internal iface?
> 
> ovs-vsctl add-br br0
> ip addr add 192.168.1.10 dev br0
> 
> vs.
> 
> ovs-vsctl add-br br0 -- add-port br0 mgmt0 -- set Interface mgmt0
> type=internal
> ip addr add 192.168.1.10 dev mgmt0

"Any" difference?  Yes: now you have two internal ports on your bridge
instead of just one.

The behavior is very similar though.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to