summaryrefslogtreecommitdiff
path: root/net/openbgpd/files/patch-bgpctl_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/openbgpd/files/patch-bgpctl_parser.h')
-rw-r--r--net/openbgpd/files/patch-bgpctl_parser.h36
1 files changed, 23 insertions, 13 deletions
diff --git a/net/openbgpd/files/patch-bgpctl_parser.h b/net/openbgpd/files/patch-bgpctl_parser.h
index a5ffc4417d54..a3bb1fede7af 100644
--- a/net/openbgpd/files/patch-bgpctl_parser.h
+++ b/net/openbgpd/files/patch-bgpctl_parser.h
@@ -1,22 +1,32 @@
Index: bgpctl/parser.h
===================================================================
RCS file: /home/cvs/private/hrs/openbgpd/bgpctl/parser.h,v
-retrieving revision 1.1.1.1
-retrieving revision 1.1.1.2
-diff -u -p -r1.1.1.1 -r1.1.1.2
---- bgpctl/parser.h 30 Jun 2009 05:46:15 -0000 1.1.1.1
-+++ bgpctl/parser.h 9 Jul 2009 16:49:55 -0000 1.1.1.2
+retrieving revision 1.1.1.6
+retrieving revision 1.1.1.7
+diff -u -p -r1.1.1.6 -r1.1.1.7
+--- bgpctl/parser.h 14 Feb 2010 20:20:14 -0000 1.1.1.6
++++ bgpctl/parser.h 14 Feb 2010 20:27:21 -0000 1.1.1.7
@@ -1,4 +1,4 @@
--/* $OpenBSD: parser.h,v 1.18 2008/06/07 18:14:41 henning Exp $ */
-+/* $OpenBSD: parser.h,v 1.19 2009/06/06 06:05:41 claudio Exp $ */
+-/* $OpenBSD: parser.h,v 1.19 2009/06/06 06:05:41 claudio Exp $ */
++/* $OpenBSD: parser.h,v 1.21 2010/01/10 00:16:23 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
-@@ -56,6 +56,7 @@ struct parse_result {
- struct filter_set_head set;
- struct filter_community community;
- char peerdesc[PEER_DESCR_LEN];
-+ char rib[PEER_DESCR_LEN];
- char *irr_outdir;
+@@ -37,6 +37,8 @@ enum actions {
+ FIB,
+ FIB_COUPLE,
+ FIB_DECOUPLE,
++ LOG_VERBOSE,
++ LOG_BRIEF,
+ NEIGHBOR,
+ NEIGHBOR_UP,
+ NEIGHBOR_DOWN,
+@@ -61,7 +63,7 @@ struct parse_result {
int flags;
enum actions action;
+ u_int8_t prefixlen;
+- sa_family_t af;
++ u_int8_t aid;
+ };
+
+ __dead void usage(void);