summaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2013-08-30 17:26:56 -0700
committerJustin Pettit <jpettit@nicira.com>2013-10-01 16:46:39 -0700
commit125b02910c61f87364f4c58e3810876ef747a98f (patch)
treeccd54d7f1a8625447878c1e1617c2e2220d32056 /third-party
parentefc295d2e6322c9382e3808ba845c6d0ed056ee4 (diff)
downloadopenvswitch-125b02910c61f87364f4c58e3810876ef747a98f.tar.gz
ofproto: Define official OpenFlow port number.
Signed-off-by: Justin Pettit <jpettit@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'third-party')
-rw-r--r--third-party/ofp-tcpdump.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/ofp-tcpdump.patch b/third-party/ofp-tcpdump.patch
index 5c47061b2..b1ac9a571 100644
--- a/third-party/ofp-tcpdump.patch
+++ b/third-party/ofp-tcpdump.patch
@@ -116,7 +116,7 @@
else if (length > 0 && (sport == LDP_PORT || dport == LDP_PORT)) {
ldp_print(bp, length);
- }
-+ } else if (sport == OFP_TCP_PORT || dport == OFP_TCP_PORT) {
++ } else if (sport == OFP_OLD_PORT || dport == OFP_OLD_PORT) {
+ openflow_print(bp, length);
+ }