summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2004-11-19 14:45:58 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2004-11-19 14:45:58 +0000
commit630de13bd1ad27a3337f998f309abeba98ec9219 (patch)
tree3f5f4bd7406a20c042d59bdc74fe49170440f485 /usr.sbin/bgpctl
parent8cb2f85096f6a3df1541d68236b6221cda8e2c9f (diff)
Rename struct as_filter to struct filter_as.
Diffstat (limited to 'usr.sbin/bgpctl')
-rw-r--r--usr.sbin/bgpctl/parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/parser.h b/usr.sbin/bgpctl/parser.h
index 586622bc9ae..cc8a3e6b5f2 100644
--- a/usr.sbin/bgpctl/parser.h
+++ b/usr.sbin/bgpctl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.5 2004/08/20 15:49:35 henning Exp $ */
+/* $OpenBSD: parser.h,v 1.6 2004/11/19 14:45:57 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -49,7 +49,7 @@ struct parse_result {
int flags;
struct bgpd_addr addr;
u_int8_t prefixlen;
- struct as_filter as;
+ struct filter_as as;
};
struct parse_result *parse(int, char *[]);