Package: ferm Version: 2.0.5-1 Severity: wishlist Hi,
it would be great if constructions like
@def &droplog() = {
@subchain {
LOG log-prefix $logprefix;
REJECT reject-with admin-prohib;
};
}
were possible to allow things like
chain INPUT saddr 10.0.0.0 &droplog();
This unfortunately immediately results in "No rule specified before
"@subchain"".
Greetings
Marc
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

