From owner-freebsd-net@FreeBSD.ORG Fri Dec 26 14:09:28 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 149CB187 for ; Fri, 26 Dec 2014 14:09:28 +0000 (UTC) Received: from mail-la0-f51.google.com (mail-la0-f51.google.com [209.85.215.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 90E0C2093 for ; Fri, 26 Dec 2014 14:09:27 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id ms9so8820403lab.10 for ; Fri, 26 Dec 2014 06:09:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :mime-version:content-transfer-encoding:content-type; bh=nCQPygFHxFsJv3YZsAKVA/iuP5k2oMj7FhyTv8NcBYI=; b=Ovh4PWtMA+dbXH0kystQXG6EPIQPNhU1ld1Ecjv0Ke2tK/9QylGrUPVcrd+MXwAeud 2+TzE8tATlCyvQTuXebFQWgKkWECiCeGjXQQptJ9ARUm5Lemgsk9JI+1l1hhss1Lppmg Ly+UHNBT6rh17kTYst538/9KCOJiY+y2IthrPDuT1Bmc4Mx6QBwrC8LSoqEhiejFbjsK l7tvt2wfmHOdcql/UQVDScWSuQqCfG/A7wzjUkZa/HcGSdcBvKBth+bClWv5k3q467x3 ccAHUqtqLNV34oGHBM77RFer2pn40joPEUSlSvCxTB31pUBy5ov/G9CZ28dsExNhjmUo RVIA== X-Gm-Message-State: ALoCoQnGVpXn1ST89moxvcxfHL3yK4/w02BJktwVOUUeo7ElzLeqPwJDuEzOlVamupiqIZTXDEI3 X-Received: by 10.152.20.98 with SMTP id m2mr44173866lae.49.1419602958700; Fri, 26 Dec 2014 06:09:18 -0800 (PST) Received: from kde4.my.domain ([188.227.89.2]) by mx.google.com with ESMTPSA id l5sm7946164lam.48.2014.12.26.06.09.17 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Dec 2014 06:09:17 -0800 (PST) From: Oleg Ginzburg To: freebsd-net@freebsd.org Subject: SIOCSVH, SIOCGVH ioctl(2) and virtio ethernet driver Date: Fri, 26 Dec 2014 17:09:56 +0300 Message-ID: <36413168.TE9MLvZCzL@kde4.my.domain> User-Agent: KMail/4.14.2 (FreeBSD/11.0-CURRENT; KDE/4.14.2; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: Bryan Venteicher X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2014 14:09:28 -0000 is it possible to use the carp(4) protocol with vtnet(4) interfaces ( which is used, for example, in bhyve(8) ) Currently, the standard carp init operation causes an SIOCGVH error: /sbin/ifconfig vtnet0 vhid 1 advskew 100 pass pass 10.10.10.10/24 alias ifconfig: SIOCGVH: Protocol not supported