commit | 3c60a17b1b55ac4a72382502c952222b7649d63b | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Apr 01 18:48:06 2012 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 01 18:48:06 2012 -0400 |
tree | de12d1001b5d76cb35d7ab6ccba8b61eee19efb7 | |
parent | 7c8011895330d3069b137233e2673f40ee6f4c91 [diff] |
nf_conntrack_proto_udp{,lite}: 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>