X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=rhel%2FREADME.RHEL;h=d9b68e4b31cd441b3044a61e9268c2f98e0fc1f2;hb=615660a99a2c1b1b4e0af258f1e8f8a9ea6cd3d4;hp=3e682b39fc972e001ef533f755944c45aa7f8998;hpb=26fbdf773f546f653d67f1bf022ff9021cefc062;p=openvswitch diff --git a/rhel/README.RHEL b/rhel/README.RHEL index 3e682b39..d9b68e4b 100644 --- a/rhel/README.RHEL +++ b/rhel/README.RHEL @@ -62,6 +62,18 @@ IPADDR=A.B.C.D NETMASK=X.Y.Z.0 HOTPLUG=no +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 +OVSBOOTPROTO="dhcp" +OVSDHCPINTERFACES="eth0" +HOTPLUG=no Adding physical eth0 to ovsbridge0 described above: