summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_carp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c
index b8967b1..14a9880 100644
--- a/sys/netinet/ip_carp.c
+++ b/sys/netinet/ip_carp.c
@@ -1900,7 +1900,8 @@ carp_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *sa,
/* Set the source MAC address to Virtual Router MAC Address */
switch (ifp->if_type) {
- case IFT_ETHER: {
+ case IFT_ETHER:
+ case IFT_L2VLAN: {
struct ether_header *eh;
eh = mtod(m, struct ether_header *);
OpenPOWER on IntegriCloud