carp.4 (98e0ffaefb0f241cda3a72395d3be04192ae0d47) carp.4 (e81210c1d0907c74d4719b4583097288382bca3a)
1.\" $OpenBSD: carp.4,v 1.16 2004/12/07 23:41:35 jmc Exp $
2.\"
3.\" Copyright (c) 2003, Ryan McBride. All rights reserved.
4.\" Copyright (c) 2011, Gleb Smirnoff <glebius@FreeBSD.org>
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 277 unchanged lines hidden (view full) ---

286 match "type" "(MASTER|BACKUP)";
287 action "/root/carpcontrol.sh $subsystem $type";
288};
289.Ed
290.Pp
291To see
292.Nm
293packets decoded in
1.\" $OpenBSD: carp.4,v 1.16 2004/12/07 23:41:35 jmc Exp $
2.\"
3.\" Copyright (c) 2003, Ryan McBride. All rights reserved.
4.\" Copyright (c) 2011, Gleb Smirnoff <glebius@FreeBSD.org>
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 277 unchanged lines hidden (view full) ---

286 match "type" "(MASTER|BACKUP)";
287 action "/root/carpcontrol.sh $subsystem $type";
288};
289.Ed
290.Pp
291To see
292.Nm
293packets decoded in
294.Xr tcpdump 8
294.Xr tcpdump 1
295output, one needs to specify
296.Fl T Ar carp
297option, otherwise
295output, one needs to specify
296.Fl T Ar carp
297option, otherwise
298.Xr tcpdump 8
298.Xr tcpdump 1
299tries to interpret them as VRRP packets:
300.Bd -literal -offset indent
301tcpdump -npi vlan0 -T carp
302.Ed
303.Sh SEE ALSO
299tries to interpret them as VRRP packets:
300.Bd -literal -offset indent
301tcpdump -npi vlan0 -T carp
302.Ed
303.Sh SEE ALSO
304.Xr tcpdump 1 ,
304.Xr inet 4 ,
305.Xr pfsync 4 ,
306.Xr devd.conf 5 ,
307.Xr rc.conf 5 ,
308.Xr ifconfig 8 ,
305.Xr inet 4 ,
306.Xr pfsync 4 ,
307.Xr devd.conf 5 ,
308.Xr rc.conf 5 ,
309.Xr ifconfig 8 ,
309.Xr sysctl 8 ,
310.Xr tcpdump 8
310.Xr sysctl 8
311.Sh HISTORY
312The
313.Nm
314device first appeared in
315.Ox 3.5 .
316The
317.Nm
318device was imported into
319.Fx 5.4 .
320In
321.Fx 10.0 ,
322.Nm
323was significantly rewritten, and is no longer a pseudo-interface.
311.Sh HISTORY
312The
313.Nm
314device first appeared in
315.Ox 3.5 .
316The
317.Nm
318device was imported into
319.Fx 5.4 .
320In
321.Fx 10.0 ,
322.Nm
323was significantly rewritten, and is no longer a pseudo-interface.