Skip to content

Commit

Permalink
Set default crc option for meson build.
Browse files Browse the repository at this point in the history
Fix 80eea1.

Signed-off-by: Xavier Simonart <[email protected]>
Change-Id: I2ed225a903508363bb0499d9cfb35e46c8879029
  • Loading branch information
simonartxavier committed Feb 20, 2022
1 parent f7e3c60 commit fa752f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VNFs/DPPD-PROX/meson_options.txt
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit fa752f4

Please sign in to comment.