]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: add NLA_F_NESTED flag to all actions options nested block
authorPaul Blakey <paulb@mellanox.com>
Thu, 11 Jul 2019 08:14:25 +0000 (11:14 +0300)
committerDavid Ahern <dsahern@gmail.com>
Thu, 18 Jul 2019 22:38:09 +0000 (15:38 -0700)
commit18aa9f5583e94abc7204b2376b819ede1180da97
treea582217b162d68d7922ba48c438976ef229fe9a8
parentee713339d381ca0758a5efa0a54b4eded0c1bcda
tc: add NLA_F_NESTED flag to all actions options nested block

Strict netlink validation now requires this flag on all nested
attributes, add it for action options.

Signed-off-by: Paul Blakey <paulb@mellanox.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
tc/m_action.c