[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PF and table add.
Jan Johansson wrote:
>Have I missed something or is this layout not possible?
>
>
You're absolutely right. This was not intended to work that way.
Maybee you can do that with macros, but I'm not sure.
Something like:
# Joe Bar's server.
ssh = $ssh + "10.0.0.1"
mail = $mail + "10.0.0.1"
www = $www + "10.0.0.1"
# ... other servers
and then, somewhere later:
table <ssh> { $ssh }
table <mail > { $mail }
table <www> { $www }
Again: I've not tested the syntax.
Cedric