diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-06-17 11:03:08 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-06-17 11:03:08 +0000 |
commit | 73dc3d02e39d39358bf129502f737d18d7771ba8 (patch) | |
tree | 0310abfae52baefebb78776c8e5c554671782729 /usr.sbin/bgpctl/parser.h | |
parent | f143902005974b15ce63e3d1b7c28aa44fd6c5b8 (diff) |
Adjust and sync the code with the new struct community code from bgpd.
OK benno@
Diffstat (limited to 'usr.sbin/bgpctl/parser.h')
-rw-r--r-- | usr.sbin/bgpctl/parser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/parser.h b/usr.sbin/bgpctl/parser.h index 4981054cdab..bfafb336405 100644 --- a/usr.sbin/bgpctl/parser.h +++ b/usr.sbin/bgpctl/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.35 2019/02/11 15:47:55 claudio Exp $ */ +/* $OpenBSD: parser.h,v 1.36 2019/06/17 11:03:07 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -62,7 +62,7 @@ struct parse_result { struct bgpd_addr peeraddr; struct filter_as as; struct filter_set_head set; - struct filter_community community; + struct community community; char peerdesc[PEER_DESCR_LEN]; char rib[PEER_DESCR_LEN]; char shutcomm[SHUT_COMM_LEN]; |