summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-12-25 14:28:50 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-12-25 14:28:50 +0000
commit0b65778bae541948347391715188a5d9f662a726 (patch)
treed7c6222c0992c5d82ff51129167c3ac15fa88101 /usr.sbin/bgpd/bgpd.h
parent135e884f2720442d5646b3080a987f7af228868a (diff)
implement "passive": do not attempt to open a tcp connection to the
neighbor system
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r--usr.sbin/bgpd/bgpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h
index 8f407572fe2..d8b969c9202 100644
--- a/usr.sbin/bgpd/bgpd.h
+++ b/usr.sbin/bgpd/bgpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.h,v 1.23 2003/12/25 02:24:26 henning Exp $ */
+/* $OpenBSD: bgpd.h,v 1.24 2003/12/25 14:28:49 henning Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -122,6 +122,7 @@ struct peer_config {
u_int16_t remote_as;
u_int8_t ebgp; /* 1 = ebgp, 0 = ibgp */
u_int8_t distance; /* 1 = direct, >1 = multihop */
+ u_int8_t passive;
enum reconf_action reconf_action;
};