diff options
author | 2001-06-24 21:14:33 +0000 | |
---|---|---|
committer | 2001-06-24 21:14:33 +0000 | |
commit | 1c439ffab1a40b10c2b2a07de571e5c41d6ffb40 (patch) | |
tree | 14a657eaff13942caf9aaa3757679ca932d776d0 /sys/netinet | |
parent | backout m_copydata portion. NAT code assumes that they can touch the mbuf (diff) | |
download | wireguard-openbsd-1c439ffab1a40b10c2b2a07de571e5c41d6ffb40.tar.xz wireguard-openbsd-1c439ffab1a40b10c2b2a07de571e5c41d6ffb40.zip |
Print TDBF_USEDTUNNEL in ipsp_kern()
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/ip_ipsp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_ipsp.c b/sys/netinet/ip_ipsp.c index 54725672003..3d6a5692d43 100644 --- a/sys/netinet/ip_ipsp.c +++ b/sys/netinet/ip_ipsp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipsp.c,v 1.132 2001/06/23 04:39:34 angelos Exp $ */ +/* $OpenBSD: ip_ipsp.c,v 1.133 2001/06/24 21:14:33 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -881,6 +881,7 @@ ipsp_kern(int off, char **bufp, int len) { "noreplay", TDBF_NOREPLAY }, \ { "random padding", TDBF_RANDOMPADDING }, \ { "skipcrypto", TDBF_SKIPCRYPTO }, \ + { "usedtunnel", TDBF_USEDTUNNEL }, \ }; if (bufp == NULL) |