diff options
Diffstat (limited to 'src/vcl/vcl_cfg.c')
-rw-r--r-- | src/vcl/vcl_cfg.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vcl/vcl_cfg.c b/src/vcl/vcl_cfg.c index be142eaeb58..edea60dc60a 100644 --- a/src/vcl/vcl_cfg.c +++ b/src/vcl/vcl_cfg.c @@ -464,6 +464,11 @@ vppcom_cfg_read_file (char *conf_fname) VCFG_DBG (0, "VCL<%d>: configured with multithread workers", getpid ()); } + else if (unformat (line_input, "app_original_dst")) + { + vcl_cfg->app_original_dst = 1; + VCFG_DBG (0, "VCL<%d>: support original destination", getpid ()); + } else if (unformat (line_input, "}")) { vc_cfg_input = 0; |