From 7dc05f69efcc3bfc29b8cf5ac74567a940a53c1c Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Wed, 4 Apr 2012 14:06:24 +0900 Subject: [PATCH] datapath: tunnelling: capwap: UDP_ENCAP_CAPWAP is an abitrary value 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 Signed-off-by: Jesse Gross --- datapath/vport-capwap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datapath/vport-capwap.c b/datapath/vport-capwap.c index 8fbd4a7b5..e5b7afb82 100644 --- a/datapath/vport-capwap.c +++ b/datapath/vport-capwap.c @@ -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) { -- 2.43.0