Re: [PATCH] IPROUTE: correct nla nested message generated by netem_parse_opt

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alexander Duyck
Date: Thursday, August 21, 2008 - 7:37 pm

On Thu, Aug 21, 2008 at 6:19 PM, Stephen Hemminger
<shemminger@vyatta.com> wrote:

The problem is the current kernel ABI was changed in commit
b9a2f2e450b0f770bb4347ae8d48eb2dea701e24 "netlink: Fix
nla_parse_nested_compat() to call nla_parse() directly" to support a
format that I have only seen generated in netem_parse_opt.  The kernel
and prio_parse_opt qdisc both generate the other format which includes
the extra attribute header to contain the nested attributes.  This
patch fixes tc so that netem will use the correct nested attribute
order for kernels prior to this commit and once this commit has been
reverted.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] IPROUTE: correct nla nested message generated ..., Stephen Hemminger, (Thu Aug 21, 6:19 pm)
Re: [PATCH] IPROUTE: correct nla nested message generated ..., Alexander Duyck, (Thu Aug 21, 7:37 pm)
RE: [PATCH] IPROUTE: correct nla nested message generated ..., Duyck, Alexander H, (Wed Aug 27, 9:30 am)
Re: [PATCH] IPROUTE: correct nla nested message generated ..., Stephen Hemminger, (Wed Aug 27, 2:10 pm)