pfsync and policy routing states patch - version2

2010-01-20 Thread Romey Valadez
Hi tech@, here is a version 2 of the patch to correct the synchronization of states that use route-to policy, thanks to Bret Lambert for your patience to teach me and your suggestions. This patch apply to OpenBSD v4.6 -stable, nexthop_idx will give us the reference into the route pool that have a

pfsync and policy routing states patch

2010-01-18 Thread Romey Valadez
Hi All I'm testing this patch to permit synchronization of states that use route-to or reply-to for policy routing, this patch apply to OpenBSD v4.6 -stable, this is the problem: when pfsync send an state that uses route-to or reply-to option to the other machine, it only sends only current next-

pfsync and policy routing states patch

2010-01-14 Thread Romey Valadez
Hi All I'm testing this patch to permit synchronization of states that use route-to or reply-to for policy routing, this patch apply to OpenBSD v4.6 -stable, this is the problem: when pfsync send an state that uses route-to or reply-to option to the other machine, it only sends only current next-

pfsync'ing route-to, reply-to rules states OpenBSD v4.6 -stable

2010-01-13 Thread Romey Valadez
Hi all, I'm working on a patch to make the rules route-to and reply-to to be synced between two firewalls in HA schema, pfsync breaks the route-to state when the state is imported. This patch will break the pfsync protocol, because the addition of char rt_ifname[IFNAMSIZ] in pfsync_state struct,