PF, self keyword

2008-06-05 Thread Yuri Spirin
Hello, misc. In pf.conf syntax there is a self keyword which means all addresses assigned to all interfaces. r1:/root# grep self /etc/pf.conf table this_box persist { self } r1:/root# r1:/root# pfctl -T show -t this_box 10.1.1.1 10.3.3.3 127.0.0.1 r1:/root# ifconfig tun2 10.3.3.5

Re: PF, self keyword

2008-06-05 Thread viq
On Thu, Jun 05, 2008 at 07:59:09PM +0400, Yuri Spirin wrote: Hello, misc. In pf.conf syntax there is a self keyword which means all addresses assigned to all interfaces. r1:/root# grep self /etc/pf.conf table this_box persist { self } r1:/root# r1:/root# pfctl -T show -t this_box

Re: PF, self keyword

2008-06-05 Thread Chris Kuethe
On Thu, Jun 5, 2008 at 8:59 AM, Yuri Spirin [EMAIL PROTECTED] wrote: Is it possible to automatically update rules and tables containing self keyword when interface address changes (like ($ext_if) behaviour)? Did I missed something in manual? depending on what you're trying to accomplish, some