On 10/22/05, Siju George <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> When I build a trunk like
>
> # ifconfig rl0 up
> # ifconfig rl1 up
> # ifconfig trunk0 create trunkport rl0 trunkport rl1
> # ifconfig trunk0 192.168.1.200 netmask 255.255.255.0 up

Sorry the above line should read

# ifconfig trunk0 172.16.1.1 netmask 255.240.0.0 up

Sorry again for being careless :-(

>
> in upcomming 3.8 release.
>
> Will I be able to use pf rules like
>
> pass in on trunk0 proto tcp from 172.16.0.0/12 to any keep state.
>
> to filter traffic through rl0 and rl1
>
> or will I have to put rl0 & rl1 on the same interface group and write
> the pf rule for the interface group?
>
> Thankyou so much :-)
>
> Kind Regards
>
> Siju

Reply via email to