summaryrefslogtreecommitdiff
path: root/net/openbgpd/files/patch-bgpctl_parser.h
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2011-07-03 05:18:37 +0000
committerHiroki Sato <hrs@FreeBSD.org>2011-07-03 05:18:37 +0000
commitbfcc6c1858a99d44000e2aa81576ef3dfc5bb6d9 (patch)
treeca4dc5869b37fe5de06907a914dccc13ea23da09 /net/openbgpd/files/patch-bgpctl_parser.h
parent- Update to 0.91 (diff)
- Update to a 4.9 snapshot as of 2011.06.12.
- Use USERS and GROUPS.
Diffstat (limited to 'net/openbgpd/files/patch-bgpctl_parser.h')
-rw-r--r--net/openbgpd/files/patch-bgpctl_parser.h26
1 files changed, 19 insertions, 7 deletions
diff --git a/net/openbgpd/files/patch-bgpctl_parser.h b/net/openbgpd/files/patch-bgpctl_parser.h
index a3bb1fede7af..bf86d255a853 100644
--- a/net/openbgpd/files/patch-bgpctl_parser.h
+++ b/net/openbgpd/files/patch-bgpctl_parser.h
@@ -2,17 +2,25 @@ Index: bgpctl/parser.h
===================================================================
RCS file: /home/cvs/private/hrs/openbgpd/bgpctl/parser.h,v
retrieving revision 1.1.1.6
-retrieving revision 1.1.1.7
-diff -u -p -r1.1.1.6 -r1.1.1.7
+retrieving revision 1.1.1.8
+diff -u -p -r1.1.1.6 -r1.1.1.8
--- 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
++++ bgpctl/parser.h 12 Jun 2011 10:44:54 -0000 1.1.1.8
@@ -1,4 +1,4 @@
-/* $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 $ */
++/* $OpenBSD: parser.h,v 1.22 2010/05/03 13:11:41 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
-@@ -37,6 +37,8 @@ enum actions {
+@@ -29,6 +29,7 @@ enum actions {
+ SHOW_NEIGHBOR_TIMERS,
+ SHOW_NEIGHBOR_TERSE,
+ SHOW_FIB,
++ SHOW_FIB_TABLES,
+ SHOW_RIB,
+ SHOW_RIB_MEM,
+ SHOW_NEXTHOP,
+@@ -37,6 +38,8 @@ enum actions {
FIB,
FIB_COUPLE,
FIB_DECOUPLE,
@@ -21,9 +29,13 @@ diff -u -p -r1.1.1.6 -r1.1.1.7
NEIGHBOR,
NEIGHBOR_UP,
NEIGHBOR_DOWN,
-@@ -61,7 +63,7 @@ struct parse_result {
+@@ -59,9 +62,10 @@ struct parse_result {
+ char rib[PEER_DESCR_LEN];
+ char *irr_outdir;
int flags;
- enum actions action;
+- enum actions action;
++ u_int rtableid;
++ enum actions action;
u_int8_t prefixlen;
- sa_family_t af;
+ u_int8_t aid;