From: Ondrej Zajicek (work) Date: Thu, 12 Nov 2015 01:03:59 +0000 (+0100) Subject: Follow-up commit on integrated BIRD X-Git-Tag: v2.0.0-pre0~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44e686e9bcae5850115c0e1adfe24523dce61ee;p=thirdparty%2Fbird.git Follow-up commit on integrated BIRD Use net_addr for interface address prefixes, support net_addr in configuration parser. --- diff --git a/conf/confbase.Y b/conf/confbase.Y index 64a636cf0..3ad0c5f0c 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -41,6 +41,8 @@ CF_DECLS ip_addr a; ip4_addr ip4; ip6_addr ip6; + net_addr_union net; + net_addr *net_ptr; struct symbol *s; char *t; struct rtable_config *r; @@ -78,10 +80,11 @@ CF_DECLS %type expr_us %type