summaryrefslogtreecommitdiff
path: root/rhel/README.RHEL
Commit message (Collapse)AuthorAgeFilesLines
* rhel: Add support DPDK port creation via network scriptsPanu Matilainen2015-12-221-0/+43
| | | | | | | | | | Add support for creating a userspace bridge and the four DPDK port types via network scripts + basic documentation. Signed-off-by: Panu Matilainen <pmatilai@redhat.com> Acked-by: Aaron Conole <aconole@redhat.com> Acked-by: Flavio Leitner <fbl@sysclose.org> Signed-off-by: Ben Pfaff <blp@ovn.org>
* rhel: Add Patch Port support to initscriptsJason Kölker2014-04-011-0/+25
| | | | | | | | Allows setting up type=patch ports through sysconfig ifcfg-* files. Signed-off-by: Jason Kölker <jason@koelker.net> Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Flavio Leitner <fbl@redhat.com>
* rhel: Enable DHCP support for internal ports.Flavio Leitner2014-01-141-0/+38
| | | | | | | | | | | | | The current initscripts ifup-ovs brings up internal ports as an ordinary ethernet device, so BOOTPROTO=dhcp|none does not consider any OVS/bridge detail. Since DHCP requires a port in the bridge to reach the server, bring up the required port before in the same way it does for OVS bridge. Signed-off-by: Flavio Leitner <fbl@redhat.com> Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
* rhel: Option to create tunnel through ifcfg scripts.Edouard Bourguignon2013-10-141-0/+19
| | | | | | Signed-off-by: Edouard Bourguignon <madko@linuxed.net> Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
* rhel: Prevent duplicate ifup calls.Gurucharan Shetty2013-03-181-1/+5
| | | | | | | | | | When we configure OVS using rhel ifupdown scripts, we call ifup on a bridge twice. Once while configuring the bridge and once while configuring the ports of the bridge. This looks harmless but unnecessary. This patch fixes the behavior. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
* rhel: Space separated list of DHCP interfaces in network scripts.Gurucharan Shetty2012-02-031-1/+1
| | | | | | | | Use space separated list of DHCP interfaces for OVSDHCPINTERFACES instead of comma separated list. This is done to maintain consistency with BOND_IFACES. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
* rhel: Enable DHCP in redhat network scripts.Gurucharan Shetty2012-01-311-0/+12
| | | | | | | | | | | | The current network-script, ifup-ovs does not work well if you enable DHCP on the OVS. It will work if we name the bridge alphabetically greater than the underlying physical interfaces. Even then, it will do multiple DHCP attempts slowing down the boot up process. This patch allows DHCP on an OVS bridge. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
* rhel: Correct an example in README.RHELGurucharan Shetty2012-01-201-1/+1
| | | | | | | Change the value of OVS_BRIDGE in an example to point to the correct bridge name. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
* rhel: Add Red Hat network scripts integration.Alexey I. Froloff2011-11-171-0/+115
[Spec file changes and some documentation updates by Ben Pfaff.]