Note to be added for openvswitch-datapath-dkms

This patch adds a note for the openvswitch-datapath-dkms
installation on Ubuntu 14.04.

Change-Id: Idb41a1b6d1a69453ea6c7511721d0e6bdd05886a
Partial-bug: 1371042
This commit is contained in:
Sayali Lunkad 2014-09-19 03:41:19 +05:30
parent 2dd44182f3
commit ab18aa1a92

@ -181,7 +181,13 @@ net.ipv4.conf.default.rp_filter=0</programlisting>
<listitem>
<para>Install Open vSwitch packages:</para>
<para>
<screen><prompt>#</prompt> <userinput>apt-get install -y openvswitch-switch openvswitch-datapath-dkms</userinput></screen>
<screen><prompt>#</prompt> <userinput>apt-get install -y openvswitch-switch openvswitch-datapath-dkms</userinput></screen>
<note os="ubuntu">
<para>The Ubuntu version 14.04 or Linux kernel version 3.11 or
newer do not require the
<emphasis>openvswitch-datapath-dkms</emphasis>
package.</para>
</note>
</para>
</listitem>
<listitem>