X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=rhel%2FREADME.RHEL;fp=rhel%2FREADME.RHEL;h=435772f74c00fef06ef9c978c043f21952919c8b;hb=7b75828bf5654c494a53fa57be90713c625085e2;hp=ba2774a666b837f790a8688a334acadb6a3972c7;hpb=690efec27ba170cf1bb5bbdd28e9d354c049829a;p=sliver-openvswitch.git diff --git a/rhel/README.RHEL b/rhel/README.RHEL index ba2774a66..435772f74 100644 --- a/rhel/README.RHEL +++ b/rhel/README.RHEL @@ -23,6 +23,8 @@ assignments. The following OVS-specific variable names are supported: * "OVSBond", if is an OVS bond. + * "OVSTunnel", if is an OVS tunnel. + - OVS_BRIDGE: If TYPE is anything other than "OVSBridge", set to the name of the OVS bridge to which the port should be attached. @@ -39,6 +41,12 @@ assignments. The following OVS-specific variable names are supported: - BOND_IFACES: For "OVSBond" interfaces, a list of physical interfaces to bond together. + - OVS_TUNNEL_TYPE: For "OVSTunnel" interfaces, the type of the tunnel. + For example, "gre", "vxlan", etc. + + - OVS_TUNNEL_OPTIONS: For "OVSTunnel" interfaces, this field should be + used to specify the tunnel options like remote_ip, key, etc. + Note ---- @@ -125,6 +133,17 @@ DEVICE=gige-* ONBOOT=yes HOTPLUG=no +An Open vSwitch Tunnel: + +==> ifcfg-gre0 <== +DEVICE=ovs-gre0 +ONBOOT=yes +DEVICETYPE=ovs +TYPE=OVSTunnel +OVS_BRIDGE=ovsbridge0 +OVS_TUNNEL_TYPE=gre +OVS_TUNNEL_OPTIONS="options:remote_ip=A.B.C.D" + Reporting Bugs --------------