From 7be77cb0d3378a71a18b0d1d0f3513da16f071c6 Mon Sep 17 00:00:00 2001 From: Darrell Ball Date: Sun, 6 Aug 2017 10:51:15 -0700 Subject: Userspace Datapath: Add TFTP support. Both ipv4 and ipv6 are supported. Also, NAT support is included. Signed-off-by: Darrell Ball Signed-off-by: Ben Pfaff --- include/sparse/netinet/in.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/sparse') 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 -- cgit v1.2.1