summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2023-10-25 18:25:46 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2023-10-25 18:25:46 +0200
commita740054db50b8532680bd1673a5d4519af889c0f (patch)
tree6784d460322c0f5b9b015da6d58ebaad5f7eedcc /conf
parent06301a991d80597a2a0a9e449d0cdf4bc1eda6d1 (diff)
Nest: Minor fixes in MPLS
Diffstat (limited to 'conf')
-rw-r--r--conf/confbase.Y2
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);
}