Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
# rules such that multi-gateway mode works. A sample script is included.
# (default is not set)
-# SmartGatewayPolicyRoutingScript ""
+# SmartGatewayPolicyRoutingScript <not set>
# Determines the egress interfaces that are part of the multi-gateway setup and
# therefore only relevant when SmartGatewayUseCount is larger than 1 (in which
"\n");
abuf_appendf(out, "%sSmartGatewayPolicyRoutingScript %s\n",
!cnf->smart_gw_policyrouting_script ? "# " : "",
- !cnf->smart_gw_policyrouting_script ? "\"\"" : cnf->smart_gw_policyrouting_script);
+ !cnf->smart_gw_policyrouting_script ? "<not set>" : cnf->smart_gw_policyrouting_script);
abuf_puts(out,
"\n"
"# Determines the egress interfaces that are part of the multi-gateway setup and\n"