From: Stephen Hemminger <stephen@networkplumber.org>
To: netdev@vger.kernel.org
Cc: Stephen Hemminger <sthemmin@microsoft.com>
Subject: [PATCH iproute2-next 0/4] Cleanup of ip scripts
Date: Wed, 1 Sep 2021 13:46:57 -0700 [thread overview]
Message-ID: <20210901204701.19646-1-sthemmin@microsoft.com> (raw)
Remove several old useless scripts and fix the routel script
by rewriting it.
Stephen Hemminger (4):
ip: remove old rtpr script
ip: remove ifcfg script
ip: remove routef script
ip: rewrite routel in python
ip/Makefile | 2 +-
ip/ifcfg | 150 ----------------------------------------------
ip/routef | 10 ----
ip/routel | 124 ++++++++++++++++++--------------------
ip/rtpr | 5 --
man/man8/ifcfg.8 | 48 ---------------
man/man8/routef.8 | 1 -
man/man8/routel.8 | 17 ++----
man/man8/rtpr.8 | 25 --------
9 files changed, 64 insertions(+), 318 deletions(-)
delete mode 100755 ip/ifcfg
delete mode 100755 ip/routef
delete mode 100755 ip/rtpr
delete mode 100644 man/man8/ifcfg.8
delete mode 100644 man/man8/routef.8
delete mode 100644 man/man8/rtpr.8
--
2.30.2
Stephen Hemminger (4):
ip: remove old rtpr script
ip: remove ifcfg script
ip: remove routef script
ip: rewrite routel in python
ip/Makefile | 2 +-
ip/ifcfg | 150 ----------------------------------------------
ip/routef | 10 ----
ip/routel | 124 ++++++++++++++++++--------------------
ip/rtpr | 5 --
man/man8/ifcfg.8 | 48 ---------------
man/man8/routef.8 | 1 -
man/man8/routel.8 | 36 ++++++-----
man/man8/rtpr.8 | 25 --------
9 files changed, 79 insertions(+), 322 deletions(-)
delete mode 100755 ip/ifcfg
delete mode 100755 ip/routef
delete mode 100755 ip/rtpr
delete mode 100644 man/man8/ifcfg.8
delete mode 100644 man/man8/routef.8
delete mode 100644 man/man8/rtpr.8
--
2.30.2
next reply other threads:[~2021-09-01 20:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-01 20:46 Stephen Hemminger [this message]
2021-09-01 20:46 ` [PATCH iproute2-next 1/4] ip: remove old rtpr script Stephen Hemminger
2021-09-01 20:46 ` [PATCH iproute2-next 2/4] ip: remove ifcfg script Stephen Hemminger
2021-09-01 20:47 ` [PATCH iproute2-next 3/4] ip: remove routef script Stephen Hemminger
2021-09-01 20:47 ` [PATCH iproute2-next 4/4] ip: rewrite routel in python Stephen Hemminger
2021-09-06 22:33 ` [PATCH iproute2-next 0/4] Cleanup of ip scripts David Ahern
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210901204701.19646-1-sthemmin@microsoft.com \
--to=stephen@networkplumber.org \
--cc=netdev@vger.kernel.org \
--cc=sthemmin@microsoft.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).