From: Ben Pfaff Date: Wed, 12 Oct 2011 20:20:31 +0000 (-0700) Subject: vswitch.xml: Correct CAPWAP minimum Linux kernel version. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89a1c6d0a5aaa879769a022a71c7cee522013be2;p=openvswitch vswitch.xml: Correct CAPWAP minimum Linux kernel version. --- diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 611f47db..d579b872 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -933,7 +933,7 @@ not support GRE. Only the tunneling component of the protocol is implemented. UDP ports 58881 and 58882 are used as the source and destination ports respectively. CAPWAP is currently supported only - with the Linux kernel datapath with kernel version 2.6.25 or later. + with the Linux kernel datapath with kernel version 2.6.26 or later.
patch