examples/ipsec-secgw: get rid of maximum SA limitation
[dpdk.git] / examples / ipsec-secgw / parser.c
index fc8c238..67df170 100644 (file)
@@ -642,6 +642,8 @@ parse_cfg_file(const char *cfg_filename)
        cmdline_stdin_exit(cl);
        fclose(f);
 
+       sa_sort_arr();
+
        return 0;
 
 error_exit: