]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: bridge: rename br_parse_ip_options
authorBernhard Thaler <bernhard.thaler@wvnet.at>
Sat, 30 May 2015 13:29:02 +0000 (15:29 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 12 Jun 2015 12:09:17 +0000 (14:09 +0200)
commit7877827fde7f4aceacb4ea625bb51e230aa9903e
tree4ccab09f460c637e50f9a1bdbfef7c91aa411bc8
parent89deb80a91b0ae8faac9ddb32d35f99fdfd35b1f
netfilter: bridge: rename br_parse_ip_options

br_parse_ip_options() does not parse any IP options, it validates IP
packets as a whole and the function name is misleading.

Rename br_parse_ip_options() to br_validate_ipv4() and remove unneeded
commments.

Signed-off-by: Bernhard Thaler <bernhard.thaler@wvnet.at>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/bridge/br_netfilter.c