diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-09-20 13:31:54 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-09-20 13:31:54 +0000 |
commit | 4b998adf5a4f9c33605e7b845f32488ca5da5f37 (patch) | |
tree | f2f5cdde7c4a86afd5bab3c591be30dba684ea9a /usr.sbin/bgpd/bgpd.h | |
parent | d7217b0449288745240ac55e088b86cf94ab2b15 (diff) |
let "bgpctl network show" print v6 addresses correctly
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 b4d330104d7..6e8a73f0c49 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.176 2005/08/09 20:27:25 claudio Exp $ */ +/* $OpenBSD: bgpd.h,v 1.177 2005/09/20 13:31:53 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -313,6 +313,7 @@ enum imsg_type { IMSG_CTL_SHOW_RIB_AS, IMSG_CTL_SHOW_RIB_PREFIX, IMSG_CTL_SHOW_NETWORK, + IMSG_CTL_SHOW_NETWORK6, IMSG_REFRESH, IMSG_IFINFO }; |