Hello,

I use OpenBSD 4.5 on one of my router. I'd like to ADD a community to group of peer.

I have currenlty such statements :


# Set transit communities
match from group Transit set { community 35189:9000, med 20 }

# Set peering communities
match from group Peering set { community 35189:8000, med 15 }


Problem, if that I have same subnet on 2 group Transit and Peering so I cannot have both of them on the route.

Is there any way to do :

match from group Peering set { community +35189:8000, med 15 }

?

Thanks,
/Xavier

Reply via email to