diff options
Diffstat (limited to 'conf/confbase.Y')
-rw-r--r-- | conf/confbase.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index 2c37bd4d..b2471198 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -294,7 +294,7 @@ net_roa6_: net_ip6_ MAX NUM AS NUM net_mpls_: MPLS NUM { - $$ = cfg_alloc(sizeof(net_addr_roa6)); + $$ = cfg_alloc(sizeof(net_addr_mpls)); net_fill_mpls($$, $2); } |