From patchwork Fri Jun 4 23:05:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carl Bordum Hansen X-Patchwork-Id: 454985 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BB9B9C4743D for ; Fri, 4 Jun 2021 23:21:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A01C361028 for ; Fri, 4 Jun 2021 23:21:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231811AbhFDXXb (ORCPT ); Fri, 4 Jun 2021 19:23:31 -0400 Received: from mailrelay3-2.pub.mailoutpod1-cph3.one.com ([46.30.212.2]:36571 "EHLO mailrelay3-2.pub.mailoutpod1-cph3.one.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229873AbhFDXX2 (ORCPT ); Fri, 4 Jun 2021 19:23:28 -0400 X-Greylist: delayed 963 seconds by postgrey-1.27 at vger.kernel.org; Fri, 04 Jun 2021 19:23:28 EDT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bordum.dk; s=20191106; h=content-transfer-encoding:mime-version:message-id:date:subject:cc:to:from: from; bh=SlgsVQRojbtbhqhWPWoR0U722emhmutf5u88htHKubI=; b=IsTImQzgObPaJJ03Tja6yycxqfaA0bqO2GDQKbRnY0z4sa8BdVfTKJbVU0KoiTjwJDu3iq/iA1zuk tN7GqrzQhX92rMTjhIWftBEvPCl3iqQl0Bh/zAo65g82WgrHa1p0uQm0f45vHUb+f2iOJ7c4197Vw8 9BCyGbpjc45dvlUMCd+n8VpyftSN6dYXn+L41zLwPZrfIO8Qq0B3XRXDBD9pz5I0z5flsNW48vgEON pie2kYpjuIEakyd7cR4Iw1357fVO1jAiisgB1GmgnD/CThjnaqEr71xVVwyx4dUcHiGgXpbXiiuml6 cUgZmC7BXgz6XxN+z/HFXXmmjmhIpJw== X-HalOne-Cookie: cef3b369ddadb490c164b8a60e295f16499df4d3 X-HalOne-ID: 5f5b1d6f-c589-11eb-8cd9-d0431ea8bb03 Received: from localhost.localdomain (2-111-64-240-cable.dk.customer.tdc.net [2.111.64.240]) by mailrelay3.pub.mailoutpod1-cph3.one.com (Halon) with ESMTPSA id 5f5b1d6f-c589-11eb-8cd9-d0431ea8bb03; Fri, 04 Jun 2021 23:05:36 +0000 (UTC) From: Carl Bordum Hansen To: netdev@vger.kernel.org Cc: Carl Bordum Hansen Subject: [PATCH] ip link docs: mention wireguard interface type Date: Sat, 5 Jun 2021 01:05:34 +0200 Message-Id: <20210604230534.104899-1-carl@bordum.dk> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Carl Bordum Hansen --- ip/iplink.c | 2 +- man/man8/ip-link.8.in | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ip/iplink.c b/ip/iplink.c index 27c9be44..d676a8de 100644 --- a/ip/iplink.c +++ b/ip/iplink.c @@ -123,7 +123,7 @@ void iplink_usage(void) " gre | gretap | erspan | ip6gre | ip6gretap | ip6erspan |\n" " vti | nlmon | team_slave | bond_slave | bridge_slave |\n" " ipvlan | ipvtap | geneve | bareudp | vrf | macsec | netdevsim | rmnet |\n" - " xfrm }\n"); + " xfrm | wireguard }\n"); } exit(-1); } diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index fd67e611..6fbd5bf4 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -231,7 +231,8 @@ ip-link \- network device configuration .BR macsec " |" .BR netdevsim " |" .BR rmnet " |" -.BR xfrm " ]" +.BR xfrm " |" +.BR wireguard " ]" .ti -8 .IR ETYPE " := [ " TYPE " |" @@ -377,6 +378,9 @@ Link types: .sp .BR xfrm - Virtual xfrm interface +.sp +.BR wireguard +- Wireguard interface .in -8 .TP