From patchwork Fri Dec 29 22:01:23 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Boccassi X-Patchwork-Id: 854015 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3z7gYj4GN0z9s7G for ; Sat, 30 Dec 2017 09:02:33 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751008AbdL2WCO (ORCPT ); Fri, 29 Dec 2017 17:02:14 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:34290 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750980AbdL2WCN (ORCPT ); Fri, 29 Dec 2017 17:02:13 -0500 Received: by mail-wm0-f65.google.com with SMTP id y82so6670936wmg.1 for ; Fri, 29 Dec 2017 14:02:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=I+mDUuGx6x7J8UShqrr2sjIqMfXNQACqdPKlh68T1gM=; b=cN8EtOFsPaWgreBOqvCs55X13ac3/abJDWqNBrXSMxGDZMXDq3HrZfYbTdGayLDsuI +EQChcxSuA9f7UO9jDfJ3gg+wwVh3xC+7xEHYIjXBnSO+BWHn+vejJqeEicrGf5CLxuv 9Ptk906sardu2OBzm7BeGWDoPUBL4DGGQXr7EjEmXkzUtHK5ibV5cxkgv6FWZWevyc3H O40+83vH+lCHVMlZ+LmJvqlKNJQB7qxP1J3XZ6rXugtxuqzXnziKQBwk1qkBngikSJMH bfEHG7HtAWdFRq5v2+HV+7KsYEsqGa1AIhdwgTcrDHIIQx1g+rkY3fm/mj4z3QXWquOL CbOQ== X-Gm-Message-State: AKGB3mKcsYVy0C3R9FF/ks5IW5ybEUqV12bJc1Gk7eGBpeqRtRD8ksVi 798tNmSYQ+KU1zJ/j4qJfRVPAHJNuj4= X-Google-Smtp-Source: ACJfBov1xJ5p9FzJYYhMDIjKdwn4dFf8QYJsjTS1kd+eOZvtxHwHjMj5JeeUC0PX01x5YKHt8iKHiA== X-Received: by 10.28.5.198 with SMTP id 189mr29017112wmf.29.1514584931800; Fri, 29 Dec 2017 14:02:11 -0800 (PST) Received: from localhost ([80.120.231.178]) by smtp.gmail.com with ESMTPSA id k25sm54280143wrk.11.2017.12.29.14.02.10 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 29 Dec 2017 14:02:11 -0800 (PST) From: Luca Boccassi To: netdev@vger.kernel.org Subject: [PATCH iproute2 2/4] man: add more keywords to ip.8 short description Date: Fri, 29 Dec 2017 23:01:23 +0100 Message-Id: <20171229220125.13579-2-bluca@debian.org> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20171229220125.13579-1-bluca@debian.org> References: <20171229220125.13579-1-bluca@debian.org> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org A Debian user suggested adding more network-related keywords to the ip manpage, so that manpage-scraping and indexing software like apropos can do a better job of categorizing the programs. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877983 Suggested-by: Lynoure Braakman Signed-off-by: Luca Boccassi --- man/man8/ip.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/ip.8 b/man/man8/ip.8 index ae018fdf..94e64319 100644 --- a/man/man8/ip.8 +++ b/man/man8/ip.8 @@ -1,6 +1,6 @@ .TH IP 8 "20 Dec 2011" "iproute2" "Linux" .SH NAME -ip \- show / manipulate routing, devices, policy routing and tunnels +ip \- show / manipulate routing, network devices, policy routing, interfaces (ethernet and more) and tunnels .SH SYNOPSIS .ad l From patchwork Fri Dec 29 22:01:24 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Boccassi X-Patchwork-Id: 854016 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3z7gYk2CYNz9s7M for ; Sat, 30 Dec 2017 09:02:34 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751052AbdL2WCZ (ORCPT ); Fri, 29 Dec 2017 17:02:25 -0500 Received: from mail-wr0-f170.google.com ([209.85.128.170]:41996 "EHLO mail-wr0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751015AbdL2WCY (ORCPT ); Fri, 29 Dec 2017 17:02:24 -0500 Received: by mail-wr0-f170.google.com with SMTP id w107so16742591wrb.9 for ; Fri, 29 Dec 2017 14:02:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=ILzUEQ3akKQw5JI0vpDOOraG189IvqbfvpD2OlXqw84=; b=Rw/QJkFpNBwWzkawFY1cBPpX9S/NCYsXjaMCrgOHjs/oiQvcZHrO/tmJKGBUko8OCz WpKJsXXkGxjs0vwkEOV8xYqIHbaY1Gy4YE1l0uGLNO+j9jRPb+TuUfoWtpST89yhLm6E sAaOhjPsKY9ziHddgulhXHq2vNbHE8kG9O7P1o/1xHc9LR0Cn9fSweUlnzyHzHjMe0bC WQUXSZeY57jHE0C7SCtYin9XIoO11b7CQKUPmQp8YYK+NhRlmEf0PSMRCCapX9sti5hG ErRvplBNXxbTXAVf5UIAExfjdM23JTV8MqqwGRsTRVB+Rsu3cvombQ6ypuMkF5j/tFjJ +J8Q== X-Gm-Message-State: AKGB3mIm7rWC41YbKs9Gd/uz/8+SBKqS4jSPkzofSkTCVTik/ij8ozLm o1xJzWAIWx718PL004Sz+m33HAH1bGg= X-Google-Smtp-Source: ACJfBovR8iTXT4+QKTGE/SvWRiVPLNIm1WcNUB5niXLgCagNJH/0U1ZRTOQ4pA+sAcuDCa+kRIwybw== X-Received: by 10.223.187.7 with SMTP id r7mr29294085wrg.233.1514584943044; Fri, 29 Dec 2017 14:02:23 -0800 (PST) Received: from localhost ([80.120.231.178]) by smtp.gmail.com with ESMTPSA id t4sm15934856wmt.9.2017.12.29.14.02.22 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 29 Dec 2017 14:02:22 -0800 (PST) From: Luca Boccassi To: netdev@vger.kernel.org Subject: [PATCH iproute2 3/4] man: ip-address: document 15-char limit for LABEL Date: Fri, 29 Dec 2017 23:01:24 +0100 Message-Id: <20171229220125.13579-3-bluca@debian.org> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20171229220125.13579-1-bluca@debian.org> References: <20171229220125.13579-1-bluca@debian.org> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Trying to set a label longer than 15 characters returns an error: RTNETLINK answers: Numerical result out of range Document the limit in the manpage. Originally reported as a Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661886 Reported-by: Gabor Kiss Signed-off-by: Luca Boccassi --- man/man8/ip-address.8.in | 1 + 1 file changed, 1 insertion(+) diff --git a/man/man8/ip-address.8.in b/man/man8/ip-address.8.in index eaa179c6..e7f14533 100644 --- a/man/man8/ip-address.8.in +++ b/man/man8/ip-address.8.in @@ -190,6 +190,7 @@ Each address may be tagged with a label string. In order to preserve compatibility with Linux-2.0 net aliases, this string must coincide with the name of the device or must be prefixed with the device name followed by colon. +The maximum allowed length is 15 characters. .TP .BI scope " SCOPE_VALUE" From patchwork Fri Dec 29 22:01:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Boccassi X-Patchwork-Id: 854017 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3z7gYk6zwsz9s7G for ; Sat, 30 Dec 2017 09:02:34 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751074AbdL2WC2 (ORCPT ); Fri, 29 Dec 2017 17:02:28 -0500 Received: from mail-wr0-f194.google.com ([209.85.128.194]:37418 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751015AbdL2WC0 (ORCPT ); Fri, 29 Dec 2017 17:02:26 -0500 Received: by mail-wr0-f194.google.com with SMTP id f8so31763851wre.4 for ; Fri, 29 Dec 2017 14:02:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=BMT+LJjVtgPTLmCGdywJEDFIWFibGNGTPYR24TYvc8c=; b=rcHdFC0Msk5TQco+kr5zYd3s877pTXHcRoxCSWowwnQPlAZ29ZaoKZl4GV2ei5Bx4m EynqDxfc7wX6P/aKMQ7SdoLa5tAD+PTH48Ps6/X7qgNyY+dfP8Ztfl/8kV18xoW03HBf ho1v+lHyqLhr/CQRpX0ZMxK3hKSvt49dnyHdTLZqyUwaaVDEx2vteGGu/DNsZH/ENYc+ M675b/cNJawe3JTrJmGG77MHpcqZdPnYbqowf5H+JWPy2Mn+25hriDsjp9olsXE67vTi ZNsHzTxMbpdkcJp/goncjHWCxWxph60mBaMBwJ6pcNcD4Mx4eNMvS33Qi4+TqO2XKx6k PX2Q== X-Gm-Message-State: AKGB3mLfJUb5+vjnI0zJGTkmWL9YMBlPkTIeFgdEcQkJGxp39oOj/5dW 41qzI0253mPULic+sC93c5kKBB7ac/U= X-Google-Smtp-Source: ACJfBos27HXXhNVO/+Ig6ldPVTRGp7aF29MoXnHbY+bMh5Vxz6bgqi103iXVy8LWOh1+SphbphiHoQ== X-Received: by 10.223.163.11 with SMTP id c11mr19329338wrb.113.1514584944857; Fri, 29 Dec 2017 14:02:24 -0800 (PST) Received: from localhost ([80.120.231.178]) by smtp.gmail.com with ESMTPSA id b66sm10890281wmh.32.2017.12.29.14.02.23 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 29 Dec 2017 14:02:24 -0800 (PST) From: Luca Boccassi To: netdev@vger.kernel.org Subject: [PATCH iproute2 4/4] man: routel/routef: don't mention filesystem paths Date: Fri, 29 Dec 2017 23:01:25 +0100 Message-Id: <20171229220125.13579-4-bluca@debian.org> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20171229220125.13579-1-bluca@debian.org> References: <20171229220125.13579-1-bluca@debian.org> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The filesytem paths to these scripts might be different on various distros, so don't mention it in the manpages. It is not really useful information anyway. Originally submitted as Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561424 Reported-by: jidanni@jidanni.org Signed-off-by: Luca Boccassi --- man/man8/routel.8 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/man/man8/routel.8 b/man/man8/routel.8 index 82d580fb..2270eacb 100644 --- a/man/man8/routel.8 +++ b/man/man8/routel.8 @@ -17,11 +17,6 @@ The routel script will list routes in a format that some might consider easier t .br The routef script does not take any arguments and will simply flush the routing table down the drain. Beware! This means deleting all routes which will make your network unusable! -.SH "FILES" -.LP -\fI/usr/bin/routef\fP -.br -\fI/usr/bin/routel\fP .SH "AUTHORS" .LP The routel script was written by Stephen R. van den Berg , 1999/04/18 and donated to the public domain.