- add LOWER_UP and DORMANT flags (#202199)
This commit is contained in:
parent
beca1b592f
commit
37eeb3e87d
@ -4,7 +4,7 @@
|
|||||||
Summary: Advanced IP routing and network device configuration tools.
|
Summary: Advanced IP routing and network device configuration tools.
|
||||||
Name: iproute
|
Name: iproute
|
||||||
Version: 2.6.16
|
Version: 2.6.16
|
||||||
Release: 3.1
|
Release: 4%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: http://developer.osdl.org/dev/iproute2/download/iproute2-%{version}-%{date_version}.tar.gz
|
Source: http://developer.osdl.org/dev/iproute2/download/iproute2-%{version}-%{date_version}.tar.gz
|
||||||
URL: http://linux-net.osdl.org/index.php/Iproute2
|
URL: http://linux-net.osdl.org/index.php/Iproute2
|
||||||
@ -14,6 +14,7 @@ Patch5: iproute2-ss050901-opt_flags.patch
|
|||||||
Patch7: iproute2-051007-add_tunnel.patch
|
Patch7: iproute2-051007-add_tunnel.patch
|
||||||
Patch8: iproute2-2.6.16-libdir.patch
|
Patch8: iproute2-2.6.16-libdir.patch
|
||||||
Patch9: iproute2-2.6.16-initcwnd-correct-order.patch
|
Patch9: iproute2-2.6.16-initcwnd-correct-order.patch
|
||||||
|
Patch10: iproute2-2.6.16-flags.patch
|
||||||
|
|
||||||
License: GNU GPL
|
License: GNU GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -34,6 +35,7 @@ capabilities of the Linux 2.4.x and 2.6.x kernel.
|
|||||||
%patch7 -p1 -b .tunnel_add
|
%patch7 -p1 -b .tunnel_add
|
||||||
%patch8 -p1 -b .libdir
|
%patch8 -p1 -b .libdir
|
||||||
%patch9 -p1 -b .initcwnd
|
%patch9 -p1 -b .initcwnd
|
||||||
|
%patch10 -p1 -b .flags
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export LIBDIR=%{_libdir}
|
export LIBDIR=%{_libdir}
|
||||||
@ -94,6 +96,10 @@ EOF
|
|||||||
%config(noreplace) /etc/sysconfig/cbq/*
|
%config(noreplace) /etc/sysconfig/cbq/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 21 2006 Radek Vokál <rvokal@redhat.com> - 2.6.16-4
|
||||||
|
- add LOWER_UP and DORMANT flags (#202199)
|
||||||
|
- use dist tag
|
||||||
|
|
||||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.6.16-3.1
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.6.16-3.1
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
11
iproute2-2.6.16-flags.patch
Normal file
11
iproute2-2.6.16-flags.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- iproute2-2.6.17-000000/ip/ipaddress.c.old 2006-08-21 13:31:30.000000000 +0200
|
||||||
|
+++ iproute2-2.6.17-000000/ip/ipaddress.c 2006-08-21 13:41:33.000000000 +0200
|
||||||
|
@@ -97,6 +97,8 @@
|
||||||
|
_PF(PORTSEL);
|
||||||
|
_PF(NOTRAILERS);
|
||||||
|
_PF(UP);
|
||||||
|
+ _PF(LOWER_UP);
|
||||||
|
+ _PF(DORMANT);
|
||||||
|
#undef _PF
|
||||||
|
if (flags)
|
||||||
|
fprintf(fp, "%x", flags);
|
Loading…
Reference in New Issue
Block a user