diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-09-28 01:03:42 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2021-01-12 23:34:17 +0100 |
commit | 7936ba1d97303af6853d858e6fc022abbca090ad (patch) | |
tree | d2b9e8e08b1fc99b86d79c07b1b332f50d7781e8 /nest/config.Y | |
parent | 513729bbab3faacfa4eb48b1572fce8ae413179e (diff) |
Filter: TLV
Diffstat (limited to 'nest/config.Y')
-rw-r--r-- | nest/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/config.Y b/nest/config.Y index 0bb8ca51..fe1b9fcd 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -359,7 +359,7 @@ iface_patt_node_init: ; iface_patt_node_body: - TEXT { this_ipn->pattern = $1; /* this_ipn->prefix stays zero */ } + text { this_ipn->pattern = $1; /* this_ipn->prefix stays zero */ } | opttext net_or_ipa { this_ipn->pattern = $1; this_ipn->prefix = $2; } ; |