- fix -Q option of ping6 (#213544)
This commit is contained in:
parent
921ea56c0f
commit
029752c346
14
iputils-20070202-traffic_class.patch
Normal file
14
iputils-20070202-traffic_class.patch
Normal file
@ -0,0 +1,14 @@
|
||||
diff -up iputils-s20070202/ping6.c.flowlabel iputils-s20070202/ping6.c
|
||||
--- iputils-s20070202/ping6.c.flowlabel 2008-02-01 11:10:53.000000000 +0100
|
||||
+++ iputils-s20070202/ping6.c 2008-02-01 11:16:47.000000000 +0100
|
||||
@@ -86,6 +86,10 @@ char copyright[] =
|
||||
#define SOL_ICMPV6 IPPROTO_ICMPV6
|
||||
#endif
|
||||
|
||||
+#ifndef IVP6_FLOWINFO_SEND
|
||||
+#define IPV6_FLOWINFO_SEND 33
|
||||
+#endif
|
||||
+
|
||||
/* RFC3542 */
|
||||
#ifndef ICMP6_DST_UNREACH_BEYONDSCOPE
|
||||
#define ICMP6_DST_UNREACH_BEYONDSCOPE ICMP6_DST_UNREACH_NOTNEIGHBOR
|
@ -1,7 +1,7 @@
|
||||
Summary: Network monitoring tools including ping
|
||||
Name: iputils
|
||||
Version: 20070202
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: BSD
|
||||
URL: http://www.skbuff.net/iputils
|
||||
Group: System Environment/Daemons
|
||||
@ -20,6 +20,7 @@ Patch22: iputils-ifenslave.patch
|
||||
Patch25: iputils-20020927-arping-infiniband.patch
|
||||
Patch26: iputils-20070202-idn.patch
|
||||
Patch27: iputils-20070202-open-max.patch
|
||||
Patch28: iputils-20070202-traffic_class.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: docbook-utils perl-SGMLSpm
|
||||
@ -52,6 +53,7 @@ the target machine is alive and receiving network traffic.
|
||||
%patch25 -p1 -b .infiniband
|
||||
%patch26 -p1 -b .idn
|
||||
%patch27 -p1 -b .open-max
|
||||
%patch28 -p1 -b .traffic_class
|
||||
|
||||
%build
|
||||
%ifarch s390 s390x
|
||||
@ -152,6 +154,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_sysconfdir}/rc.d/init.d/rdisc
|
||||
|
||||
%changelog
|
||||
* Fri Feb 01 2008 Martin Nagy <mnagy@redhat.com> - 20070202-7
|
||||
- fix -Q option of ping6 (#213544)
|
||||
|
||||
* Mon Jan 14 2008 Martin Nagy <mnagy@redhat.com> - 20070202-6
|
||||
- fix absolute symlinks and character encoding for RELNOTES (#225909)
|
||||
- preserve file timestamps (#225909)
|
||||
|
Loading…
Reference in New Issue
Block a user