From 26fbdf773f546f653d67f1bf022ff9021cefc062 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Fri, 20 Jan 2012 15:07:50 -0800 Subject: [PATCH] rhel: Correct an example in README.RHEL Change the value of OVS_BRIDGE in an example to point to the correct bridge name. Signed-off-by: Gurucharan Shetty --- rhel/README.RHEL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhel/README.RHEL b/rhel/README.RHEL index e6617ab71..3e682b39f 100644 --- a/rhel/README.RHEL +++ b/rhel/README.RHEL @@ -70,7 +70,7 @@ DEVICE=eth0 ONBOOT=yes DEVICETYPE=ovs TYPE=OVSPort -OVS_BRIDGE=internet +OVS_BRIDGE=ovsbridge0 BOOTPROTO=none HOTPLUG=no -- 2.43.0