summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorJan Maria Matejka <mq@ucw.cz>2019-05-22 15:16:32 +0000
committerJan Maria Matejka <mq@ucw.cz>2019-05-22 15:20:02 +0000
commit23e3b1e6652bac4a003a7eb1e074bdaf7ebb4900 (patch)
tree2052f30331553d34f296d346af4ec1aaef79ea89 /proto
parent96d757c13fe4b2e21b265275af9ac7d1e2c3f075 (diff)
Filter: Some people can't pronounce "postfixify" correctly. Let's try "linearize" instead.
This is just a naming change.
Diffstat (limited to 'proto')
-rw-r--r--proto/static/config.Y2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/static/config.Y b/proto/static/config.Y
index 3e9ac578..6e410879 100644
--- a/proto/static/config.Y
+++ b/proto/static/config.Y
@@ -40,7 +40,7 @@ static_route_finish(void)
if (net_type_match(this_srt->net, NB_DEST) == !this_srt->dest)
cf_error("Unexpected or missing nexthop/type");
- this_srt->cmds = f_postfixify(this_srt_cmds);
+ this_srt->cmds = f_linearize(this_srt_cmds);
}
CF_DECLS