aboutsummaryrefslogtreecommitdiff
path: root/rhel/README.RHEL
diff options
context:
space:
mode:
Diffstat (limited to 'rhel/README.RHEL')
-rw-r--r--rhel/README.RHEL12
1 files changed, 12 insertions, 0 deletions
diff --git a/rhel/README.RHEL b/rhel/README.RHEL
index 3e682b39..b97fb6c0 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 comma 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: