diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2009-03-22 22:35:01 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2009-03-22 22:35:01 +0000 |
commit | ec190bbf9f695c6eea05e314791affc4944a59d7 (patch) | |
tree | 65c618e2e9bd83fc4dc8729e992844b037f70c3e /usr.sbin/bgpd/bgpd.h | |
parent | bd49eb030790b0ecaed931e7e76cb7ca7bcdd22a (diff) |
make transparent-as yes|no settable peer neighbor with the global setting
acting as default.
per-neighbor requested by arnold nipper @ decix, ok claudio
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index d4abf4b1e3c..9e3aa49c8ad 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.226 2009/03/18 19:41:41 claudio Exp $ */ +/* $OpenBSD: bgpd.h,v 1.227 2009/03/22 22:34:59 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -262,6 +262,8 @@ struct peer_config { u_int8_t softreconfig_in; u_int8_t softreconfig_out; u_int8_t ttlsec; /* TTL security hack */ + u_int8_t flags; + u_int8_t pad[3]; }; struct network_config { |