mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-22 10:12:18 +00:00
Checking the value of rule in mark_init
This commit is contained in:
parent
de85724e7b
commit
9ec62661b2
@ -464,6 +464,9 @@ mark_init(int igw)
|
|||||||
goto cannot_init;
|
goto cannot_init;
|
||||||
}
|
}
|
||||||
restore_output_rule_init(rule);
|
restore_output_rule_init(rule);
|
||||||
|
|
||||||
|
error("Rule in mark_init: %s", rule);
|
||||||
|
|
||||||
res = insert_rule(rule, &t, CHAIN_OUTPUT, 0);
|
res = insert_rule(rule, &t, CHAIN_OUTPUT, 0);
|
||||||
if (res) {
|
if (res) {
|
||||||
error(err_str);
|
error(err_str);
|
||||||
|
Loading…
Reference in New Issue
Block a user