diff options
Diffstat (limited to 'usr.sbin/bgpctl/parser.h')
-rw-r--r-- | usr.sbin/bgpctl/parser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/parser.h b/usr.sbin/bgpctl/parser.h index 6a11d6aa667..e534716a723 100644 --- a/usr.sbin/bgpctl/parser.h +++ b/usr.sbin/bgpctl/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.32 2018/11/28 08:33:59 claudio Exp $ */ +/* $OpenBSD: parser.h,v 1.33 2018/12/19 15:27:29 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -63,7 +63,6 @@ struct parse_result { struct filter_as as; struct filter_set_head set; struct filter_community community; - struct filter_extcommunity extcommunity; char peerdesc[PEER_DESCR_LEN]; char rib[PEER_DESCR_LEN]; char shutcomm[SHUT_COMM_LEN]; |