Thanks Guru, this is great information!
-Original Message-
From: Gurucharan Shetty [mailto:shet...@nicira.com]
Sent: Tuesday, October 15, 2013 12:44 PM
To: Morgan Yang
Cc: discuss@openvswitch.org
Subject: Re: [ovs-discuss] dhcp for bridge interfaces not working in 1.11.0
On Tue, Oct 15
charan Shetty [mailto:shet...@nicira.com]
> Sent: Tuesday, October 15, 2013 9:38 AM
> To: Morgan Yang
> Cc: discuss@openvswitch.org
> Subject: Re: [ovs-discuss] dhcp for bridge interfaces not working in 1.11.0
>
> Also,
> There is an expectation that the underlying port is configured.
On Tue, Oct 15, 2013 at 06:02:37PM +, Morgan Yang wrote:
> Would you know which document would contain all the "OVS" specific
> parameters one can configure/set in ifcfg? I was using the ifup-ovs
> scripts but I was wondering if there's something more specific.
Q: Is there any documentation on
rucharan Shetty [mailto:shet...@nicira.com]
Sent: Tuesday, October 15, 2013 9:38 AM
To: Morgan Yang
Cc: discuss@openvswitch.org
Subject: Re: [ovs-discuss] dhcp for bridge interfaces not working in 1.11.0
Also,
There is an expectation that the underlying port is configured.
So during system startup, whe
Also,
There is an expectation that the underlying port is configured.
So during system startup, when the ifcfg-eth* is run, it will call its
bridge's ifup script and dhcp configuration happens.
On Tue, Oct 15, 2013 at 8:36 AM, Gurucharan Shetty wrote:
> You will need a
> OVSDHCPINTERFACES="eth0"
You will need a
OVSDHCPINTERFACES="eth0"
>From the README.rhel file:
Enable DHCP on the bridge:
* Needs OVSBOOTPROTO instead of BOOTPROTO.
* All the interfaces that can reach the DHCP server
as a space separated list in OVSDHCPINTERFACES.
DEVICE=ovsbridge0
ONBOOT=yes
DEVICETYPE=ovs
TYPE=OVSBridge
Hi All:
I have been using the following ifcfg files for 1.9.3 and 1.10.0. However,
after updating to 1.11.0, it seems DHCP is not working on the bridges anymore.
Running "ifup" manually, I don't even see dhcp requests going on the wire
DEVICE=ovsbase0
ONBOOT=yes
DEVICETYPE=ovs
TYPE=OVSBridge
BO