Hello,

I receive several subnet with OpenBGPd and I add them into a pf table like this :

pf.conf (extract)
table <bgp> { 172.31.0.0/24, 10.0.1.1 }

bgpd.conf (extract)
AS 65530

holdtime 180
holdtime min 3
fib-update no
listen on xxx.xxx.xxx.150


neighbor xxx.xxx.xxx.xxx {
         descr "routeurs"
         announce none
         remote-as 35189
}


deny quick from any prefix 0.0.0.0/0
allow from any prefixlen 8 - 24
allow from any set pftable "bgp"


The problem I have is if I have a subnet removed from bgp (eg my AS35189 neighbor) it is not removed from pf table bgp.

Do you have an little idea to do this automaticaly ?

Thanks !

/Xavier

Reply via email to