datapath: tunnelling: capwap: UDP_ENCAP_CAPWAP is an abitrary value
authorSimon Horman <horms@verge.net.au>
Wed, 4 Apr 2012 05:06:24 +0000 (14:06 +0900)
committerJesse Gross <jesse@nicira.com>
Thu, 5 Apr 2012 20:06:10 +0000 (13:06 -0700)
It seems to me that as the value of UDP_ENCAP_CAPWAP is hardcoded
it would be more appropriate to describe it as arbitrary than
random.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/vport-capwap.c

index 8fbd4a7..e5b7afb 100644 (file)
@@ -361,7 +361,7 @@ static inline struct capwap_net *ovs_get_capwap_net(struct net *net)
        return &ovs_net->vport_net.capwap;
 }
 
-/* Random value.  Irrelevant as long as it's not 0 since we set the handler. */
+/* Arbitrary value.  Irrelevant as long as it's not 0 since we set the handler. */
 #define UDP_ENCAP_CAPWAP 10
 static int init_socket(struct net *net)
 {