summaryrefslogtreecommitdiff
path: root/include/sparse
diff options
context:
space:
mode:
authorDarrell Ball <dlu998@gmail.com>2017-08-06 10:51:15 -0700
committerBen Pfaff <blp@ovn.org>2017-08-07 11:17:42 -0700
commit7be77cb0d3378a71a18b0d1d0f3513da16f071c6 (patch)
treede8fe7fba8d34d1d2533cea89020069ec0ce1b31 /include/sparse
parentbd5e81a0e596dd012d11824cce69b7c80ae107c5 (diff)
downloadopenvswitch-7be77cb0d3378a71a18b0d1d0f3513da16f071c6.tar.gz
Userspace Datapath: Add TFTP support.
Both ipv4 and ipv6 are supported. Also, NAT support is included. Signed-off-by: Darrell Ball <dlu998@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'include/sparse')
-rw-r--r--include/sparse/netinet/in.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sparse/netinet/in.h b/include/sparse/netinet/in.h
index 8a5b887bd..c28158ca0 100644
--- a/include/sparse/netinet/in.h
+++ b/include/sparse/netinet/in.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, 2013, 2014, 2015 Nicira, Inc.
+ * Copyright (c) 2011, 2013, 2014, 2015, 2017 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -75,6 +75,7 @@ struct sockaddr_in6 {
#define IPPROTO_SCTP 132
#define IPPORT_FTP 21
+#define IPPORT_TFTP 69
/* All the IP options documented in Linux ip(7). */
#define IP_ADD_MEMBERSHIP 35