diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2006-12-05 12:08:14 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2006-12-05 12:08:14 +0000 |
commit | 77147e570267f6d0e7bd6449d685451887469968 (patch) | |
tree | 08535b0b06e7ebb7a4edbd45309dd4d131782fda /usr.sbin/bgpd/bgpd.h | |
parent | 3de6f5cc98111b3a72ee14ad2e00afaafd0a8d83 (diff) |
implement the ttl security hack. since the pc slaves fear the word hack,
they call it "Generalized TTL Security Mechanism" officially, RFC 3682.
manpage with help from jmc
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index 2ae63f4c90f..2f962bd7886 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.209 2006/11/28 16:39:34 henning Exp $ */ +/* $OpenBSD: bgpd.h,v 1.210 2006/12/05 12:08:13 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -247,6 +247,7 @@ struct peer_config { u_int8_t reflector_client; u_int8_t softreconfig_in; u_int8_t softreconfig_out; + u_int8_t ttlsec; /* TTL security hack */ }; struct network_config { |