From 6d470ff2f55b5dbdbe6c1a987b80e3f5d23b01e9 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 17:24:01 +0000 Subject: Apply patch 0034-tc-add-NLA_F_NESTED-flag-to-all-actions-options-nest.patch patch_name: 0034-tc-add-NLA_F_NESTED-flag-to-all-actions-options-nest.patch present_in_specfile: true location_in_specfile: 34 --- diff --git a/tc/m_action.c b/tc/m_action.c index c46aeaa..4da810c 100644 --- a/tc/m_action.c +++ b/tc/m_action.c @@ -214,7 +214,8 @@ done0: tail = addattr_nest(n, MAX_MSG, ++prio); addattr_l(n, MAX_MSG, TCA_ACT_KIND, k, strlen(k) + 1); - ret = a->parse_aopt(a, &argc, &argv, TCA_ACT_OPTIONS, + ret = a->parse_aopt(a, &argc, &argv, + TCA_ACT_OPTIONS | NLA_F_NESTED, n); if (ret < 0) {