summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJan Moskyto Matejka <mq@ucw.cz>2015-12-16 10:25:12 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2015-12-19 23:49:47 +0100
commit5e173e9f631913f68cf38d57a69c3ce6faf60d1e (patch)
treeaa873aa790686a108cab830c63cae1f946f61e96 /conf
parentd7661fbe9dea980c61daa01a11a9aa59fa7be426 (diff)
Stop perusing f_prefix for non-prefix-set uses
Multiple changes by Ondrej Santiago Zajicek
Diffstat (limited to 'conf')
-rw-r--r--conf/confbase.Y4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y
index 4bf9599b..467ce5a4 100644
--- a/conf/confbase.Y
+++ b/conf/confbase.Y
@@ -61,7 +61,7 @@ CF_DECLS
struct roa_table *rot;
void *g;
bird_clock_t time;
- struct prefix px;
+ struct f_prefix px;
struct proto_spec ps;
struct timeformat *tf;
}
@@ -162,7 +162,7 @@ ipa:
ipa_raw
| SYM {
if ($1->class != (SYM_CONSTANT | T_IP)) cf_error("IP address expected");
- $$ = SYM_VAL($1).px.ip;
+ $$ = SYM_VAL($1).ip;
}
;