commit | d317e4f68f5445e536dbd45381e7c900a33413db | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Apr 01 20:40:20 2012 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 02 04:33:43 2012 -0400 |
tree | 7212db7295276d22e98d175e6699672f866b9b3d | |
parent | f3756b79e8f76cb92830383c215deba146fe0a26 [diff] |
netfilter: ipv4: Stop using NLA_PUT*(). These macros contain a hidden goto, and are thus extremely error prone and make code hard to audit. Signed-off-by: David S. Miller <davem@davemloft.net>