>
> I don't understand the logic. Why, if OVSBRIDGECONFIGURED=yes, do we
> run the script if DHCP is enabled but not with a static configuration?
> (This might be a good topic for a comment in the script.)
It is a little dirty. When dhcp is enabled, the assumption is that
there will be a port to attach (otherwise, we can't reach out for
dhcp). So, when dhcp is enabled, we don't configure the bridge through
rhel ifup infrastructure. We only do that after the port for that
bridge is configured (through OVSINTF=${DEVICE} /sbin/ifup
"$OVS_BRIDGE").
When dhcp is not enabled, I guess the assumption was that someone may
want a standalone bridge without any port attached to it. So we
continue and configure the bridge. Does that explain?
>
> Thanks,
>
> Ben.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev