linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] Update old iproute2 and Xen Remus links
@ 2014-12-03 22:07 Andrew Shewmaker
  2014-12-03 23:34 ` Stephen Hemminger
  2014-12-09 18:38 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Shewmaker @ 2014-12-03 22:07 UTC (permalink / raw)
  To: linux-doc; +Cc: linux-kernel, netdev, corbet, jhs, davem, Andrew Shewmaker

Signed-off-by: Andrew Shewmaker <agshew@gmail.com>
---
 Documentation/Changes | 2 +-
 net/sched/Kconfig     | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Documentation/Changes b/Documentation/Changes
index 1de131b..74bdda9 100644
--- a/Documentation/Changes
+++ b/Documentation/Changes
@@ -383,7 +383,7 @@ o  <http://www.iptables.org/downloads.html>
 
 Ip-route2
 ---------
-o  <ftp://ftp.tux.org/pub/net/ip-routing/iproute2-2.2.4-now-ss991023.tar.gz>
+o  <https://www.kernel.org/pub/linux/utils/net/iproute2/>
 
 OProfile
 --------
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index a1a8e29..d17053d 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -22,8 +22,9 @@ menuconfig NET_SCHED
 	  This code is considered to be experimental.
 
 	  To administer these schedulers, you'll need the user-level utilities
-	  from the package iproute2+tc at <ftp://ftp.tux.org/pub/net/ip-routing/>.
-	  That package also contains some documentation; for more, check out
+	  from the package iproute2+tc at
+	  <https://www.kernel.org/pub/linux/utils/net/iproute2/>.  That package
+	  also contains some documentation; for more, check out
 	  <http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2>.
 
 	  This Quality of Service (QoS) support will enable you to use
@@ -336,7 +337,7 @@ config NET_SCH_PLUG
 	  of virtual machines by allowing the generated network output to be rolled
 	  back if needed.
 
-	  For more information, please refer to http://wiki.xensource.com/xenwiki/Remus
+	  For more information, please refer to <http://wiki.xenproject.org/wiki/Remus>
 
 	  Say Y here if you are using this kernel for Xen dom0 and
 	  want to protect Xen guests with Remus.
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net] Update old iproute2 and Xen Remus links
  2014-12-03 22:07 [PATCH net] Update old iproute2 and Xen Remus links Andrew Shewmaker
@ 2014-12-03 23:34 ` Stephen Hemminger
  2014-12-09 18:38 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2014-12-03 23:34 UTC (permalink / raw)
  To: Andrew Shewmaker; +Cc: linux-doc, linux-kernel, netdev, corbet, jhs, davem

On Wed,  3 Dec 2014 14:07:31 -0800
Andrew Shewmaker <agshew@gmail.com> wrote:

> Signed-off-by: Andrew Shewmaker <agshew@gmail.com>
> ---
>  Documentation/Changes | 2 +-
>  net/sched/Kconfig     | 7 ++++---
>  2 files changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/Changes b/Documentation/Changes
> index 1de131b..74bdda9 100644
> --- a/Documentation/Changes
> +++ b/Documentation/Changes
> @@ -383,7 +383,7 @@ o  <http://www.iptables.org/downloads.html>
>  
>  Ip-route2
>  ---------
> -o  <ftp://ftp.tux.org/pub/net/ip-routing/iproute2-2.2.4-now-ss991023.tar.gz>
> +o  <https://www.kernel.org/pub/linux/utils/net/iproute2/>
>  
>  OProfile
>  --------
> diff --git a/net/sched/Kconfig b/net/sched/Kconfig
> index a1a8e29..d17053d 100644
> --- a/net/sched/Kconfig
> +++ b/net/sched/Kconfig
> @@ -22,8 +22,9 @@ menuconfig NET_SCHED
>  	  This code is considered to be experimental.
>  
>  	  To administer these schedulers, you'll need the user-level utilities
> -	  from the package iproute2+tc at <ftp://ftp.tux.org/pub/net/ip-routing/>.
> -	  That package also contains some documentation; for more, check out
> +	  from the package iproute2+tc at
> +	  <https://www.kernel.org/pub/linux/utils/net/iproute2/>.  That package
> +	  also contains some documentation; for more, check out
>  	  <http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2>.
>  
>  	  This Quality of Service (QoS) support will enable you to use
> @@ -336,7 +337,7 @@ config NET_SCH_PLUG
>  	  of virtual machines by allowing the generated network output to be rolled
>  	  back if needed.
>  
> -	  For more information, please refer to http://wiki.xensource.com/xenwiki/Remus
> +	  For more information, please refer to <http://wiki.xenproject.org/wiki/Remus>
>  
>  	  Say Y here if you are using this kernel for Xen dom0 and
>  	  want to protect Xen guests with Remus.

Acked-by: Stephen Hemminger <stephen@networkplumber.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net] Update old iproute2 and Xen Remus links
  2014-12-03 22:07 [PATCH net] Update old iproute2 and Xen Remus links Andrew Shewmaker
  2014-12-03 23:34 ` Stephen Hemminger
@ 2014-12-09 18:38 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2014-12-09 18:38 UTC (permalink / raw)
  To: agshew; +Cc: linux-doc, linux-kernel, netdev, corbet, jhs

From: Andrew Shewmaker <agshew@gmail.com>
Date: Wed,  3 Dec 2014 14:07:31 -0800

> Signed-off-by: Andrew Shewmaker <agshew@gmail.com>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-09 18:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-03 22:07 [PATCH net] Update old iproute2 and Xen Remus links Andrew Shewmaker
2014-12-03 23:34 ` Stephen Hemminger
2014-12-09 18:38 ` David Miller

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).