diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-26 00:14:05 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-26 00:14:05 +0000 |
commit | ef01dd9f7485bb065b90d3072b55347b6e03dffb (patch) | |
tree | d36d64420edfd1d83891ae769f397657edd69f37 /usr.sbin/bgpd/bgpd.h | |
parent | 29105c423c718cf455430c13c0b1185bea48edda (diff) |
finally marry rde and kroute parts of the nexthop verification:
handle IMSG_NEXTHOP_ADD and send IMSG_NEXTHOP_UPDATE when appropriate
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index c6faedb393c..51c67b81e7c 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.27 2003/12/25 23:22:13 claudio Exp $ */ +/* $OpenBSD: bgpd.h,v 1.28 2003/12/26 00:14:04 henning Exp $ */ /* * Copyright (c) 2003 Henning Brauer <henning@openbsd.org> @@ -259,6 +259,9 @@ struct kroute_nexthop { }; /* prototypes */ +/* bgpd.c */ +void send_nexthop_update(struct kroute_nexthop *); + /* session.c */ int session_main(struct bgpd_config *, int[2], int[2]); |