Package: ferm
Version: 2.0.7-1
Severity: normal

Hi,

this construct

@def $to_up210=1024;
chain POSTROUTING mod mark mark $to_up210 outerface unt210 SNAT ...

doesn't compile (error message).

Workaround:

@def $mask_up210="$to_up210/$to_up210";
mod mark mark $mask_up210 outerface unt210 SNAT ...

I would love to have the first construct work to avoid the temp
variable.

Greetings
Marc



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to