summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorfriehm <friehm@cvs.openbsd.org>2017-05-30 12:09:28 +0000
committerfriehm <friehm@cvs.openbsd.org>2017-05-30 12:09:28 +0000
commit7f614a1558263db2ffd2305ebfbf2fd67bd476b5 (patch)
tree749cdc5d4a370a38fb84583a58d06ca2eda39474 /share
parented8d7b6c0d026641f5db2203f25c7c304b48b2ce (diff)
Carp balancing ip does not work since there is a mac filter in
ether_input(). Now we use mbuf tags instead of modifying the MAC address. ok mpi@
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/mbuf_tags.911
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man9/mbuf_tags.9 b/share/man/man9/mbuf_tags.9
index ebcf0ea412d..c410988f007 100644
--- a/share/man/man9/mbuf_tags.9
+++ b/share/man/man9/mbuf_tags.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mbuf_tags.9,v 1.37 2015/11/24 19:58:48 jmc Exp $
+.\" $OpenBSD: mbuf_tags.9,v 1.38 2017/05/30 12:09:27 friehm Exp $
.\"
.\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu)
.\"
@@ -15,7 +15,7 @@
.\" MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR
.\" PURPOSE.
.\"
-.Dd $Mdocdate: November 24 2015 $
+.Dd $Mdocdate: May 30 2017 $
.Dt M_TAG_GET 9
.Os
.Sh NAME
@@ -170,6 +170,13 @@ Used by the IPv4 stack to keep track of the source route of an incoming
IP packet, in case a protocol wants to respond over the same route.
The tag contains a
.Va struct ip_srcrt .
+.It PACKET_TAG_CARP_BAL_IP
+Used by
+.Xr carp 4
+to mark packets received in mode
+.Va balancing ip .
+This packets need some special treatment since they contain layer 3 unicast
+inside layer 2 multicast. The tag contains no data.
.El
.Pp
.Fn m_tag_find