diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-14 12:25:51 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-14 12:25:51 +0000 |
commit | ece5e704897ae347da370793a3dacd52b6fcd834 (patch) | |
tree | 7978c93613deddd0cd703e782f45d34da1ec948b /usr.sbin/bgpd/bgpd.h | |
parent | 7a95482a13fda95e11af763758735e1f2ba628e1 (diff) |
send a kif structure describing the interface a route relies on along
with the "show nexthop" messages, claudio ok
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 5633c3aa05a..362a2026167 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.156 2005/03/11 12:54:19 claudio Exp $ */ +/* $OpenBSD: bgpd.h,v 1.157 2005/03/14 12:25:50 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -408,6 +408,7 @@ struct pftable_msg { struct ctl_show_nexthop { struct bgpd_addr addr; u_int8_t valid; + struct kif kif; }; struct ctl_neighbor { |