commit | 0157f60c0caea24fa8347f4c0ed53297c412fce1 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Jun 13 12:03:36 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Jul 10 22:14:16 2007 -0700 |
tree | da02eb5bd1230395e4a431e5d61779ba89d4188b | |
parent | 6472ce6096bf27d85a1f2580964a36f290bd60a9 [diff] |
[RTNETLINK]: Split up rtnl_setlink Split up rtnl_setlink into a function performing validation and a function performing the actual changes. This allows to share the modifcation logic with rtnl_newlink, which is introduced by the next patch. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>