From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A872B2E5429 for ; Wed, 8 Jul 2026 18:14:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783534487; cv=none; b=SMlPA6ugnHSzQifAYjiGoVmnGQvXmDejHy7aYsBoBskAMPPkErAijQAWkgq2AWnPPJC7BKPNQ1w7rQLhbzrfLzZM7JP/3N7F+DzZ5YHiXT2tBbTw2MDtCRI5yJFbVeRy00wXAsIppi25oRE41Ue9FoGNUvYKIemNwx3EfMgJsJo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783534487; c=relaxed/simple; bh=9tk5JyeN1VTakSoxEasMWuBTErbH4kCHxCdpMWWddFo=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=tbsGrjb1Po0mU8QTdG4Q34I8g807923trqCktN983YqFNqvp3LRRUS64fWwgk7XfV4z+8dEduafeA3S+5UNit1UHd2FBhBGnxJgPu6ZW8e6BEvXg14NLKvrEj2iQg7Xe/1BIQutZt5YRNPS0LrcXCRmeQaUtixe2Di+hn9sHNLI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZDkaFnp1; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZDkaFnp1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 221441F000E9; Wed, 8 Jul 2026 18:14:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783534486; bh=iUkrHSz8Ezd5fMP+tqv5ucQ9ghunKrX/1hL+15NhiF4=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=ZDkaFnp1/7wgI7ns5YMTf8j6sYDXrrYq4BskZnTVtVmKbpkwsdKqZl/OZQDR3I4Ex XVsTjmE70rgjsq3t5zIkocSOUPVpsXsTXbPS/C3cq9zmz+YQEOnU9Qtu1cx3lZkcx1 u9XSbEb+kyTkBrJooLq4BeXLlm2UAPtajD6OebwsYYryTJt+rOB9jCM1seXZ1ESamq UkkQ164Sgu/mCu9UlW2TPlUTB5mwhv0CJHz704ul5posFOZpEVVka2iDJL0CiEXdlM YrNzhdgbm33EREjlFYkQiM3WB/f7ZnvXvvaRKcQof4rDwO8/hBJbBpjrM8+CT5RFW8 PTgna238r11kA== Message-ID: <123e086e-ee0f-4c1a-bf65-2b8cfb0fd9f5@kernel.org> Date: Wed, 8 Jul 2026 12:14:45 -0600 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH iproute2-next] ip: add OVPN device mode support Content-Language: en-US To: Antonio Quartulli , Marco Baffo , netdev@vger.kernel.org Cc: Stephen Hemminger References: <20260703111419.842059-1-marco@mandelbit.com> <95c5e510-34c3-4ba3-9173-3d3954628948@kernel.org> <39bbffbc-3a33-4458-a0ba-424942ed5e25@openvpn.net> From: David Ahern In-Reply-To: <39bbffbc-3a33-4458-a0ba-424942ed5e25@openvpn.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 7/8/26 11:11 AM, Antonio Quartulli wrote: > Actually that already works out of the box, without teaching iproute2 > about 'ovpn'. > > You can go with "ip link add ovpn0 type ovpn" and the interface will > nicely show up. > > However, the ovpn device mode is set to the default value, hence this > patch enhances that part. ok, thanks for the clarification.