diff options
author | David S. Miller <davem@davemloft.net> | 2015-04-27 13:20:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-04-27 13:20:34 -0400 |
commit | 129d23a56623eea0947a05288158d76dc7f2f0ac (patch) | |
tree | 3c014c42de25feb4ecb1f237e5adeaf6ac510804 /net/sysctl_net.c | |
parent | 8e9b29cc716c7940f9ad1d635fb3f725435b8ae9 (diff) |
netfilter; Add some missing default cases to switch statements in nft_reject.
This fixes:
====================
net/netfilter/nft_reject.c: In function ‘nft_reject_dump’:
net/netfilter/nft_reject.c:61:2: warning: enumeration value ‘NFT_REJECT_TCP_RST’ not handled in switch [-Wswitch]
switch (priv->type) {
^
net/netfilter/nft_reject.c:61:2: warning: enumeration value ‘NFT_REJECT_ICMPX_UNREACH’ not handled in switch [-Wswi\
tch]
net/netfilter/nft_reject_inet.c: In function ‘nft_reject_inet_dump’:
net/netfilter/nft_reject_inet.c:105:2: warning: enumeration value ‘NFT_REJECT_TCP_RST’ not handled in switch [-Wswi\
tch]
switch (priv->type) {
^
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sysctl_net.c')
0 files changed, 0 insertions, 0 deletions