diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2010-04-29 08:45:45 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2010-04-29 08:45:45 +0000 |
commit | 55308a77c0f598a3f1fbf687dea70869402f2014 (patch) | |
tree | 0f0bf4e93052e981b32099974fdaaf6aab1a3af2 /share | |
parent | e3ecc0c8de6e986585be17980fe878ab78dcf7f9 (diff) |
fix multicast address, Sebastian Benoit <benoit-lists at fb12.de>
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/pfsync.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/pfsync.4 b/share/man/man4/pfsync.4 index 3c33ce202d6..348f6151a3e 100644 --- a/share/man/man4/pfsync.4 +++ b/share/man/man4/pfsync.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfsync.4,v 1.30 2009/11/27 07:09:34 jmc Exp $ +.\" $OpenBSD: pfsync.4,v 1.31 2010/04/29 08:45:44 henning Exp $ .\" .\" Copyright (c) 2002 Michael Shalayeff .\" Copyright (c) 2003-2004 Ryan McBride @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 27 2009 $ +.Dd $Mdocdate: April 29 2010 $ .Dt PFSYNC 4 .Os .Sh NAME @@ -106,7 +106,7 @@ sets it as the synchronisation interface: .Ed .Pp By default, state change messages are sent out on the synchronisation -interface using IP multicast packets to the 244.0.0.240 group address. +interface using IP multicast packets to the 224.0.0.240 group address. An alternative destination address for .Nm packets can be specified using the |