X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fflow.h;h=1802d18d1d9c9be5205813dd800990a447ec4e6e;hb=d6b37e42;hp=6a3c5393c64d80c78e1873c1ff3a2e60e6ac2fb9;hpb=21fe5db0c9a8e92bbfce42da89ce20b826216fa1;p=sliver-openvswitch.git diff --git a/datapath/flow.h b/datapath/flow.h index 6a3c5393c..1802d18d1 100644 --- a/datapath/flow.h +++ b/datapath/flow.h @@ -33,7 +33,7 @@ struct sw_flow_actions { struct sw_flow_key { struct { __be64 tun_id; /* Encapsulating tunnel ID. */ - u16 in_port; /* Input switch port. */ + u16 in_port; /* Input switch port (or USHRT_MAX). */ u8 src[ETH_ALEN]; /* Ethernet source address. */ u8 dst[ETH_ALEN]; /* Ethernet destination address. */ __be16 tci; /* 0 if no VLAN, VLAN_TAG_PRESENT set otherwise. */