From d3fef90e8fd48ae4ac6becd1f07bc67297966c77 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Mon, 30 Jul 2007 12:01:02 +0000 Subject: [PATCH] - Change the order of network ids in /etc/netconfg putting ipv4 ids before ipv6. --- libtirpc-0.1.7-netconfig.patch | 10 ++++++---- libtirpc.spec | 2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/libtirpc-0.1.7-netconfig.patch b/libtirpc-0.1.7-netconfig.patch index 227c7a9..3732f9d 100644 --- a/libtirpc-0.1.7-netconfig.patch +++ b/libtirpc-0.1.7-netconfig.patch @@ -1,13 +1,15 @@ --- libtirpc-0.1.7/doc/etc_netconfig.orig 2005-05-18 01:10:50.000000000 -0400 -+++ libtirpc-0.1.7/doc/etc_netconfig 2006-08-11 11:06:06.000000000 -0400 -@@ -10,8 +10,8 @@ ++++ libtirpc-0.1.7/doc/etc_netconfig 2007-07-24 09:45:40.000000000 -0400 +@@ -10,10 +10,10 @@ # The and fields are always empty in this # implementation. # -#udp6 tpi_clts v inet6 udp - - -#tcp6 tpi_cots_ord v inet6 tcp - - -+udp6 tpi_clts v inet6 udp - - -+tcp6 tpi_cots_ord v inet6 tcp - - udp tpi_clts v inet udp - - tcp tpi_cots_ord v inet tcp - - ++udp6 tpi_clts v inet6 udp - - ++tcp6 tpi_cots_ord v inet6 tcp - - rawip tpi_raw - inet - - - + local tpi_cots_ord - loopback - - - + unix tpi_cots_ord - loopback - - - diff --git a/libtirpc.spec b/libtirpc.spec index 796de07..e0f3b0a 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -154,6 +154,8 @@ rm -rf %{buildroot} application will see errors instead of timing out - Make sure remote address (xp_rtaddr) is populated with the correct type of address. +- Change the order of network ids in /etc/netconfg + putting ipv4 ids before ipv6. * Mon Jul 9 2007 0.1.7-7 - Fixed infinite loop in svc_run() (bz 246677)