From 8d520f3589728cd9b5bf9df993f8da0523f8be11 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Wed, 9 Oct 2019 20:12:41 +0200 Subject: [PATCH] xlat: provide fallback definitions for netlink_ack_flags constants * xlat/netlink_ack_flags.in: Add fallback definitions. References: https://bugzilla.redhat.com/show_bug.cgi?id=1758201 --- xlat/netlink_ack_flags.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xlat/netlink_ack_flags.in b/xlat/netlink_ack_flags.in index 2aabb840..8dd223ac 100644 --- a/xlat/netlink_ack_flags.in +++ b/xlat/netlink_ack_flags.in @@ -1,2 +1,2 @@ -NLM_F_CAPPED -NLM_F_ACK_TLVS +NLM_F_CAPPED 0x100 +NLM_F_ACK_TLVS 0x200 -- 2.40.0