- Change the order of network ids in /etc/netconfg putting ipv4 ids before
ipv6.
This commit is contained in:
parent
04c2ae6257
commit
d3fef90e8f
@ -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.orig 2005-05-18 01:10:50.000000000 -0400
|
||||||
+++ libtirpc-0.1.7/doc/etc_netconfig 2006-08-11 11:06:06.000000000 -0400
|
+++ libtirpc-0.1.7/doc/etc_netconfig 2007-07-24 09:45:40.000000000 -0400
|
||||||
@@ -10,8 +10,8 @@
|
@@ -10,10 +10,10 @@
|
||||||
# The <device> and <nametoaddr_libs> fields are always empty in this
|
# The <device> and <nametoaddr_libs> fields are always empty in this
|
||||||
# implementation.
|
# implementation.
|
||||||
#
|
#
|
||||||
-#udp6 tpi_clts v inet6 udp - -
|
-#udp6 tpi_clts v inet6 udp - -
|
||||||
-#tcp6 tpi_cots_ord v inet6 tcp - -
|
-#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 - -
|
udp tpi_clts v inet udp - -
|
||||||
tcp tpi_cots_ord v inet tcp - -
|
tcp tpi_cots_ord v inet tcp - -
|
||||||
|
+udp6 tpi_clts v inet6 udp - -
|
||||||
|
+tcp6 tpi_cots_ord v inet6 tcp - -
|
||||||
rawip tpi_raw - inet - - -
|
rawip tpi_raw - inet - - -
|
||||||
|
local tpi_cots_ord - loopback - - -
|
||||||
|
unix tpi_cots_ord - loopback - - -
|
||||||
|
@ -154,6 +154,8 @@ rm -rf %{buildroot}
|
|||||||
application will see errors instead of timing out
|
application will see errors instead of timing out
|
||||||
- Make sure remote address (xp_rtaddr) is populated
|
- Make sure remote address (xp_rtaddr) is populated
|
||||||
with the correct type of address.
|
with the correct type of address.
|
||||||
|
- Change the order of network ids in /etc/netconfg
|
||||||
|
putting ipv4 ids before ipv6.
|
||||||
|
|
||||||
* Mon Jul 9 2007 <steved@redhat.com> 0.1.7-7
|
* Mon Jul 9 2007 <steved@redhat.com> 0.1.7-7
|
||||||
- Fixed infinite loop in svc_run() (bz 246677)
|
- Fixed infinite loop in svc_run() (bz 246677)
|
||||||
|
Loading…
Reference in New Issue
Block a user