Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-20 | udp: fix missing scope_id in the socket creation | Pablo Neira Ayuso | |
This patch fixes an EINVAL error returned by bind() when opening an UDP server socket to propagate state-changes over the dedicated link. This patch also includes the change of the example configuration files in case that you want to use UDP over IPv6. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | |||
2009-03-13 | sync-mode: add unicast UDP support to propagate state-changes | Pablo Neira Ayuso | |
This patch adds support for unicast UDP to the channel infrastructure. With this patch, you can select UDP unicast to propagate state-changes instead of multicast. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> |