netdev
[Top] [All Lists]

Re: [PATCH 2/3] [RTNETLINK] Fix & cleanup rtm_min/rtm_max

To: Thomas Graf <tgraf@xxxxxxx>
Subject: Re: [PATCH 2/3] [RTNETLINK] Fix & cleanup rtm_min/rtm_max
From: "David S. Miller" <davem@xxxxxxxxxxxxx>
Date: Tue, 3 May 2005 14:28:20 -0700
Cc: netdev@xxxxxxxxxxx
In-reply-to: <20050430195202.GD577@xxxxxxxxxxxxxx>
References: <20050430195202.GD577@xxxxxxxxxxxxxx>
Sender: netdev-bounce@xxxxxxxxxxx
On Sat, 30 Apr 2005 21:52:02 +0200
Thomas Graf <tgraf@xxxxxxx> wrote:

> Converts rtm_min and rtm_max arrays to use c99 designated
> initializers for easier insertion of new message families.
> RTM_GETMULTICAST and RTM_GETANYCAST did not have the minimal
> message size specified which means that the netlink message
> was parsed for routing attributes starting from the header.
> Adds the proper minimal message sizes for these messages
> (netlink header + common rtnetlink header) to fix this issue.
> 
> Signed-off-by: Thomas Graf <tgraf@xxxxxxx>

Applied, thanks Thomas.

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [PATCH 2/3] [RTNETLINK] Fix & cleanup rtm_min/rtm_max, David S. Miller <=