diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-04 07:07:35 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-04 07:07:35 +0000 |
commit | 09e234b91d5803b1a850dd2abd2442b6631dd0c6 (patch) | |
tree | 214a8e6649973f304a65e6e198a26039994735aa /usr.sbin | |
parent | b5bb1b375dfb06afc0eb3d1e7eebd3afcee454e0 (diff) |
relay IMSG_CTL_KROUTE6 as well, from somewhere in BC on the drive to vancouver
Diffstat (limited to 'usr.sbin')
-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 f2e171c0fec..58f0a2b969c 100644 --- a/usr.sbin/bgpd/session.c +++ b/usr.sbin/bgpd/session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: session.c,v 1.220 2005/06/02 15:07:02 cloder Exp $ */ +/* $OpenBSD: session.c,v 1.221 2005/06/04 07:07:34 henning Exp $ */ /* * Copyright (c) 2003, 2004, 2005 Henning Brauer <henning@openbsd.org> @@ -2269,6 +2269,7 @@ session_dispatch_imsg(struct imsgbuf *ibuf, int idx, u_int *listener_cnt) } break; case IMSG_CTL_KROUTE: + case IMSG_CTL_KROUTE6: case IMSG_CTL_KROUTE_ADDR: case IMSG_CTL_SHOW_NEXTHOP: case IMSG_CTL_SHOW_INTERFACE: |