From 0b65778bae541948347391715188a5d9f662a726 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Thu, 25 Dec 2003 14:28:50 +0000 Subject: implement "passive": do not attempt to open a tcp connection to the neighbor system --- usr.sbin/bgpd/bgpd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/bgpd/bgpd.h') 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 @@ -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; }; -- cgit v1.2.3