vppinfra: ensure _GNU_SOURCE is present 90/30790/8
authorNathan Moos <nmoos@cisco.com>
Sat, 16 Jan 2021 00:45:14 +0000 (16:45 -0800)
committerDamjan Marion <dmarion@me.com>
Thu, 21 Jan 2021 13:08:57 +0000 (13:08 +0000)
Type: fix

When building with musl, _GNU_SOURCE is required to be defined in more
places. This patch defines it in those required places. Additionally,
this patch changes the udphdr field names to the standard names.

Change-Id: I0fec54214ccc8458289176488afb4218761e9d51
Signed-off-by: Nathan Moos <nmoos@cisco.com>

No differences found