summaryrefslogtreecommitdiff
path: root/include/openvswitch/ofp-actions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openvswitch/ofp-actions.h')
-rw-r--r--include/openvswitch/ofp-actions.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/openvswitch/ofp-actions.h b/include/openvswitch/ofp-actions.h
index 870e16f34..df9025cba 100644
--- a/include/openvswitch/ofp-actions.h
+++ b/include/openvswitch/ofp-actions.h
@@ -566,6 +566,10 @@ enum nx_conntrack_flags {
#define IPPORT_FTP 21
#endif
+#if !defined(IPPORT_TFTP)
+#define IPPORT_TFTP 69
+#endif
+
/* OFPACT_CT.
*
* Used for NXAST_CT. */