mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
bngblaster used the same defines as some dpdk headers. This caused a redifine warning, which got promoted to an error (cause of the -Werror flag). Solution: change the defines to have a BBL_ prefix