X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fvport-capwap.c;h=05a099d639076a7b6c250377cf5c289a104685ac;hb=b558fd90249b2dff8991d2d2c1c610c719417b15;hp=8fbd4a7b5f96224e42f3429632a9647a18b67381;hpb=2a4999f3f33467f4fa22ed6e5b06350615fb2dac;p=openvswitch diff --git a/datapath/vport-capwap.c b/datapath/vport-capwap.c index 8fbd4a7b..05a099d6 100644 --- a/datapath/vport-capwap.c +++ b/datapath/vport-capwap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2012 Nicira Networks. + * Copyright (c) 2007-2012 Nicira, Inc. * Distributed under the terms of the GNU GPL version 2. * * Significant portions of this file may be copied from parts of the Linux @@ -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) {