X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fflow.h;h=bc91ec91e82a2c67cd925ce74c4cdaffb3367e8e;hb=10f72e3da94f99cf71ebe49cc03ef49d88a55656;hp=d8277b5b2f5dca42d5ac46edd2d5a8c1bd5aff26;hpb=97025b23a71ace7c1e640e37891e7d11a87e83fa;p=sliver-openvswitch.git diff --git a/datapath/flow.h b/datapath/flow.h index d8277b5b2..bc91ec91e 100644 --- a/datapath/flow.h +++ b/datapath/flow.h @@ -101,8 +101,8 @@ struct sw_flow_key { } addr; union { struct { - __be16 src; /* TCP/UDP source port. */ - __be16 dst; /* TCP/UDP destination port. */ + __be16 src; /* TCP/UDP/SCTP source port. */ + __be16 dst; /* TCP/UDP/SCTP destination port. */ } tp; struct { u8 sha[ETH_ALEN]; /* ARP source hardware address. */ @@ -117,8 +117,8 @@ struct sw_flow_key { } addr; __be32 label; /* IPv6 flow label. */ struct { - __be16 src; /* TCP/UDP source port. */ - __be16 dst; /* TCP/UDP destination port. */ + __be16 src; /* TCP/UDP/SCTP source port. */ + __be16 dst; /* TCP/UDP/SCTP destination port. */ } tp; struct { struct in6_addr target; /* ND target address. */