Set default crc option for meson build. 06/73206/2
authorXavier Simonart <simonartxavier@gmail.com>
Sun, 6 Feb 2022 22:52:02 +0000 (22:52 +0000)
committerXavier Simonart <simonartxavier@gmail.com>
Sun, 20 Feb 2022 01:19:29 +0000 (01:19 +0000)
Fix 80eea1.

Signed-off-by: Xavier Simonart <simonartxavier@gmail.com>
Change-Id: I2ed225a903508363bb0499d9cfb35e46c8879029

VNFs/DPPD-PROX/meson_options.txt

index 199d31f..afc2be7 100644 (file)
@@ -1,6 +1,6 @@
 #Keep the options sorted alphabetically
-#option('crc', type: 'string', value: 'soft')
 option('bng_qinq', type: 'feature', value: 'enabled')
+option('crc', type: 'string', value: 'hard')
 option('dbg', type: 'boolean', value: false)
 option('gen_decap_ipv6_to_ipv4_cksum', type: 'feature', value: 'enabled')
 option('hw_direct_stats', type: 'feature', value: 'enabled')