- Made tcp6/udp6 network ids no longer visible in the netconfig file since

the ipv6 code is not fully baked yet in rpcbind. (bz 249121)
This commit is contained in:
Steve Dickson 2007-10-15 14:35:57 +00:00
parent 552aeda9df
commit 5613615b04
2 changed files with 7 additions and 3 deletions

View File

@ -8,8 +8,8 @@
-#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 - -
+udp6 tpi_clts - inet6 udp - -
+tcp6 tpi_cots_ord - inet6 tcp - -
rawip tpi_raw - inet - - -
local tpi_cots_ord - loopback - - -
unix tpi_cots_ord - loopback - - -

View File

@ -1,6 +1,6 @@
Name: libtirpc
Version: 0.1.7
Release: 10%{?dist}
Release: 11%{?dist}
Summary: Transport Independent RPC Library
Group: System Environment/Libraries
License: GPL
@ -145,6 +145,10 @@ rm -rf %{buildroot}
%{_includedir}/tirpc/un-namespace.h
%changelog
* Mon Oct 15 2007 Steve Dickson <steved@redhat.com> 0.1.7-11
- Made tcp6/udp6 network ids no longer visible in the netconfig
file since the ipv6 code is not fully baked yet in rpcbind. (bz 249121)
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.1.7-10
- Rebuild for selinux ppc32 issue.