git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8bdff5
)
netfilter: nf_tables: allow to change chain policy without hook if it exists
author
Pablo Neira Ayuso
<pablo@netfilter.org>
Tue, 17 Mar 2015 12:21:42 +0000
(13:21 +0100)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Tue, 17 Mar 2015 12:48:04 +0000
(13:48 +0100)
If there's an existing base chain, we have to allow to change the
default policy without indicating the hook information.
However, if the chain doesn't exists, we have to enforce the presence of
the hook attribute.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
No differences found