diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-01-11 02:35:15 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-01-11 02:35:15 +0000 |
commit | 79985b6c591f4b1d7147d938dc9f7d0a2a6a288a (patch) | |
tree | 2619d894358340444fa9abf407469c036bd28e21 /usr.sbin/bgpd/session.c | |
parent | 0481fa450146250191a980ac1b919baf24c0b7da (diff) |
new message IMSG_CTL_SHOW_NEXTHOP: request/send lost of BGP nexthops and
the result of their validity check
Diffstat (limited to 'usr.sbin/bgpd/session.c')
-rw-r--r-- | usr.sbin/bgpd/session.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/session.c b/usr.sbin/bgpd/session.c index 56f418e9b4b..c2df332f184 100644 --- a/usr.sbin/bgpd/session.c +++ b/usr.sbin/bgpd/session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: session.c,v 1.83 2004/01/11 01:04:43 henning Exp $ */ +/* $OpenBSD: session.c,v 1.84 2004/01/11 02:35:14 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -1471,6 +1471,7 @@ session_dispatch_imsg(struct imsgbuf *ibuf, int idx) break; case IMSG_CTL_KROUTE: case IMSG_CTL_KROUTE_ADDR: + case IMSG_CTL_SHOW_NEXTHOP: case IMSG_CTL_END: if (idx != PFD_PIPE_MAIN) fatalx("ctl kroute request not from parent"); |