930fb9
Summary:            Advanced IP routing and network device configuration tools
930fb9
Name:               iproute
32391d
Version:            5.15.0
d5a8e7
Release:            4%{?dist}%{?buildid}
32391d
%if 0%{?rhel}
930fb9
Group:              Applications/System
32391d
%endif
32391d
URL:                https://kernel.org/pub/linux/utils/net/%{name}2/
32391d
Source0:            https://kernel.org/pub/linux/utils/net/%{name}2/%{name}2-%{version}.tar.xz
26f871
Source1:            rt_dsfield.deprecated
32391d
Patch0:             0001-configure-fix-parsing-issue-on-include_dir-option.patch
32391d
Patch1:             0002-configure-fix-parsing-issue-on-libbpf_dir-option.patch
32391d
Patch2:             0003-configure-fix-parsing-issue-with-more-than-one-value.patch
32391d
Patch3:             0004-configure-simplify-options-parsing.patch
32391d
Patch4:             0005-configure-support-param-value-style.patch
32391d
Patch5:             0006-configure-add-the-prefix-option.patch
32391d
Patch6:             0007-configure-add-the-libdir-option.patch
32391d
Patch7:             0008-vdpa-align-uapi-headers.patch
32391d
Patch8:             0009-vdpa-Enable-user-to-query-vdpa-device-config-layout.patch
32391d
Patch9:             0010-vdpa-Enable-user-to-set-mac-address-of-vdpa-device.patch
32391d
Patch10:            0011-vdpa-Enable-user-to-set-mtu-of-the-vdpa-device.patch
32391d
Patch11:            0012-tc-u32-add-support-for-json-output.patch
32391d
Patch12:            0013-tc-u32-add-json-support-in-print_raw-print_ipv4-prin.patch
32391d
Patch13:            0014-Update-kernel-headers-and-import-virtio_net.patch
32391d
Patch14:            0015-uapi-update-vdpa.h.patch
32391d
Patch15:            0016-vdpa-Remove-unsupported-command-line-option.patch
32391d
Patch16:            0017-vdpa-Allow-for-printing-negotiated-features-of-a-dev.patch
32391d
Patch17:            0018-vdpa-Support-for-configuring-max-VQ-pairs-for-a-devi.patch
32391d
Patch18:            0019-vdpa-Support-reading-device-features.patch
32391d
Patch19:            0020-vdpa-Update-man-page-with-added-support-to-configure.patch
32391d
930fb9
License:            GPLv2+ and Public Domain
930fb9
BuildRequires:      bison
930fb9
BuildRequires:      elfutils-libelf-devel
930fb9
BuildRequires:      flex
32391d
BuildRequires:      gcc
930fb9
BuildRequires:      iptables-devel >= 1.4.5
d5a8e7
BuildRequires:      libbpf-devel
32391d
BuildRequires:      libcap-devel
930fb9
BuildRequires:      libdb-devel
930fb9
BuildRequires:      libmnl-devel
930fb9
BuildRequires:      libselinux-devel
32391d
BuildRequires:      make
930fb9
BuildRequires:      pkgconfig
d5a8e7
Requires:           libbpf
32391d
Requires:           psmisc
930fb9
Provides:           /sbin/ip
930fb9
930fb9
%description
930fb9
The iproute package contains networking utilities (ip and rtmon, for example)
930fb9
which are designed to use the advanced networking capabilities of the Linux
930fb9
kernel.
930fb9
930fb9
%package tc
930fb9
Summary:            Linux Traffic Control utility
930fb9
Group:              Applications/System
930fb9
License:            GPLv2+
930fb9
Requires:           %{name}%{?_isa} = %{version}-%{release}
d5a8e7
Provides:           /sbin/tc
930fb9
930fb9
%description tc
930fb9
The Traffic Control utility manages queueing disciplines, their classes and
930fb9
attached filters and actions. It is the standard tool to configure QoS in
930fb9
Linux.
930fb9
930fb9
%if ! 0%{?_module_build}
930fb9
%package doc
930fb9
Summary:            Documentation for iproute2 utilities with examples
930fb9
Group:              Applications/System
930fb9
License:            GPLv2+
930fb9
Requires:           %{name} = %{version}-%{release}
930fb9
930fb9
%description doc
930fb9
The iproute documentation contains howtos and examples of settings.
930fb9
%endif
930fb9
930fb9
%package devel
930fb9
Summary:            iproute development files
930fb9
Group:              Development/Libraries
930fb9
License:            GPLv2+
930fb9
Requires:           %{name} = %{version}-%{release}
930fb9
Provides:           iproute-static = %{version}-%{release}
930fb9
930fb9
%description devel
930fb9
The libnetlink static library.
930fb9
930fb9
%prep
930fb9
%autosetup -p1 -n %{name}2-%{version}
930fb9
930fb9
%build
d5a8e7
%configure
d5a8e7
%make_build
930fb9
930fb9
%install
930fb9
export SBINDIR='%{_sbindir}'
930fb9
export LIBDIR='%{_libdir}'
930fb9
%make_install
930fb9
930fb9
echo '.so man8/tc-cbq.8' > %{buildroot}%{_mandir}/man8/cbq.8
930fb9
930fb9
# libnetlink
930fb9
install -D -m644 include/libnetlink.h %{buildroot}%{_includedir}/libnetlink.h
930fb9
install -D -m644 lib/libnetlink.a %{buildroot}%{_libdir}/libnetlink.a
930fb9
930fb9
# drop these files, iproute-doc package extracts files directly from _builddir
930fb9
rm -rf '%{buildroot}%{_docdir}'
930fb9
32391d
# append deprecated values to rt_dsfield for compatibility reasons
26f871
cat %{SOURCE1} >>%{buildroot}%{_sysconfdir}/iproute2/rt_dsfield
930fb9
930fb9
%files
930fb9
%dir %{_sysconfdir}/iproute2
930fb9
%license COPYING
26f871
%doc README README.devel
930fb9
%{_mandir}/man7/*
930fb9
%exclude %{_mandir}/man7/tc-*
930fb9
%{_mandir}/man8/*
930fb9
%exclude %{_mandir}/man8/tc*
930fb9
%exclude %{_mandir}/man8/cbq*
930fb9
%attr(644,root,root) %config(noreplace) %{_sysconfdir}/iproute2/*
930fb9
%{_sbindir}/*
930fb9
%exclude %{_sbindir}/tc
26f871
%{_datadir}/bash-completion/completions/devlink
930fb9
930fb9
%files tc
930fb9
%license COPYING
930fb9
%{_mandir}/man7/tc-*
930fb9
%{_mandir}/man8/tc*
930fb9
%{_mandir}/man8/cbq*
930fb9
%dir %{_libdir}/tc/
930fb9
%{_libdir}/tc/*
930fb9
%{_sbindir}/tc
930fb9
%{_datadir}/bash-completion/completions/tc
930fb9
930fb9
%if ! 0%{?_module_build}
930fb9
%files doc
930fb9
%license COPYING
930fb9
%doc examples
930fb9
%endif
930fb9
930fb9
%files devel
930fb9
%license COPYING
930fb9
%{_mandir}/man3/*
930fb9
%{_libdir}/libnetlink.a
930fb9
%{_includedir}/libnetlink.h
930fb9
%{_includedir}/iproute2/bpf_elf.h
930fb9
930fb9
%changelog
32391d
* Mon Mar 21 2022 Andrea Claudi <aclaudi@redhat.com> - 5.15.0-4.el8
32391d
- vdpa: Update man page with added support to configure max vq pair (Andrea Claudi) [2056827]
32391d
- vdpa: Support reading device features (Andrea Claudi) [2056827]
32391d
- vdpa: Support for configuring max VQ pairs for a device (Andrea Claudi) [2056827]
32391d
- vdpa: Allow for printing negotiated features of a device (Andrea Claudi) [2056827]
32391d
- vdpa: Remove unsupported command line option (Andrea Claudi) [2056827]
32391d
- uapi: update vdpa.h (Andrea Claudi) [2056827]
32391d
- Update kernel headers and import virtio_net (Andrea Claudi) [2056827]
32391d
32391d
* Mon Feb 07 2022 Andrea Claudi <aclaudi@redhat.com> - 5.15.0-3.el8
32391d
- tc: u32: add json support in `print_raw`, `print_ipv4`, `print_ipv6` (Andrea Claudi) [1989591]
32391d
- tc: u32: add support for json output (Andrea Claudi) [1989591]
32391d
32391d
* Wed Jan 26 2022 Andrea Claudi <aclaudi@redhat.com> - 5.15.0-2.el8
32391d
- vdpa: Enable user to set mtu of the vdpa device (Andrea Claudi) [2036880]
32391d
- vdpa: Enable user to set mac address of vdpa device (Andrea Claudi) [2036880]
32391d
- vdpa: Enable user to query vdpa device config layout (Andrea Claudi) [2036880]
32391d
- vdpa: align uapi headers (Andrea Claudi) [2036880]
32391d
32391d
* Tue Nov 23 2021 Andrea Claudi <aclaudi@redhat.com> - 5.15.0-1.el8
32391d
- New version 5.15.0 (Andrea Claudi) [2016061]
32391d
d5a8e7
* Thu Oct 07 2021 Andrea Claudi <aclaudi@redhat.com> [5.12.0-4.el8]
d5a8e7
- lib: bpf_legacy: fix bpffs mount when /sys/fs/bpf exists (Andrea Claudi) [1995082]
d5a8e7
d5a8e7
* Thu Aug 12 2021 Andrea Claudi <aclaudi@redhat.com> [5.12.0-3.el8]
d5a8e7
- tc: htb: improve burst error messages (Andrea Claudi) [1910745]
d5a8e7
- tc: u32: Fix key folding in sample option (Andrea Claudi) [1979425]
d5a8e7
- police: Fix normal output back to what it was (Andrea Claudi) [1981393]
d5a8e7
- police: Add support for json output (Andrea Claudi) [1981393]
d5a8e7
- police: add support for packet-per-second rate limiting (Andrea Claudi) [1981393]
d5a8e7
- Update kernel headers (Andrea Claudi) [1981393]
d5a8e7
- mptcp: add support for port based endpoint (Andrea Claudi) [1984733]
d5a8e7
32391d
* Fri Aug 06 2021 Andrea Claudi <aclaudi@redhat.com> [5.12.0-2.el8]
d5a8e7
- add build and run-time dependencies on libbpf (Andrea Claudi) [1990402]
d5a8e7
d5a8e7
* Mon Jun 28 2021 Andrea Claudi <aclaudi@redhat.com> [5.12.0-1.el8]
d5a8e7
- tc: f_flower: Add missing ct_state flags to usage description (Andrea Claudi) [1957243]
d5a8e7
- tc: f_flower: Add option to match on related ct state (Andrea Claudi) [1957243]
d5a8e7
d5a8e7
* Thu Apr 29 2021 Andrea Claudi <aclaudi@redhat.com> [5.12.0-0.el8]
d5a8e7
- New version 5.12.0 [1939382]
d5a8e7
26f871
* Fri Mar 12 2021 Andrea Claudi <aclaudi@redhat.com> [5.9.0-4.el8]
26f871
- iplink_bareudp: cleanup help message and man page (Andrea Claudi) [1912412]
26f871
26f871
* Tue Feb 09 2021 Andrea Claudi <aclaudi@redhat.com> [5.9.0-3.el8]
26f871
- iproute: force rtm_dst_len to 32/128 (Andrea Claudi) [1852038]
26f871
26f871
* Thu Jan 28 2021 Andrea Claudi <aclaudi@redhat.com> [5.9.0-2.el8]
26f871
- tc: flower: fix json output with mpls lse (Andrea Claudi) [1885770]
26f871
- tc-mpls: fix manpage example and help message string (Andrea Claudi) [1885770]
26f871
- tc-vlan: fix help and error message strings (Andrea Claudi) [1885770]
26f871
- m_mpls: test the 'mac_push' action after 'modify' (Andrea Claudi) [1885770]
26f871
- m_mpls: add mac_push action (Andrea Claudi) [1885770]
26f871
- m_vlan: add pop_eth and push_eth actions (Andrea Claudi) [1885770]
26f871
- Update kernel headers (Andrea Claudi) [1885770]
26f871
26f871
* Tue Nov 17 2020 Andrea Claudi <aclaudi@redhat.com> [5.9.0-1.el8]
26f871
- Rebase iproute to v5.9.0 [1896011]
26f871
07a51b
* Mon Jun 29 2020 Andrea Claudi <aclaudi@redhat.com> [5.3.0-5.el8]
07a51b
- man: tc-ct.8: Add manual page for ct tc action (Andrea Claudi) [1844637]
07a51b
- tc: flower: Add matching on conntrack info (Andrea Claudi) [1844637]
07a51b
- tc: Introduce tc ct action (Andrea Claudi) [1844637]
07a51b
- tc: add NLA_F_NESTED flag to all actions options nested block (Andrea Claudi) [1844637]
07a51b
- Import tc_act/tc_ct.h uapi file (Andrea Claudi) [1844637]
07a51b
- ss: allow dumping kTLS info (Andrea Claudi) [1812207]
07a51b
- devlink: Add health error recovery status monitoring (Andrea Claudi) [1821039]
07a51b
07a51b
* Fri Jun 05 2020 Andrea Claudi <aclaudi@redhat.com> [5.3.0-4.el8]
07a51b
- tc: f_flower: add options support for erspan (Andrea Claudi) [1830485]
07a51b
- tc: f_flower: add options support for vxlan (Andrea Claudi) [1830485]
07a51b
- tc: m_tunnel_key: add options support for erpsan (Andrea Claudi) [1830485]
07a51b
- tc: m_tunnel_key: add options support for vxlan (Andrea Claudi) [1830485]
07a51b
- iproute_lwtunnel: add options support for erspan metadata (Andrea Claudi) [1830485]
07a51b
- iproute_lwtunnel: add options support for vxlan metadata (Andrea Claudi) [1830485]
07a51b
- iproute_lwtunnel: add options support for geneve metadata (Andrea Claudi) [1830485]
07a51b
- Update kernel headers (Andrea Claudi) [1830485]
07a51b
- man: ip.8: add reference to mptcp man-page (Andrea Claudi) [1812207]
07a51b
- man: mptcp man page (Andrea Claudi) [1812207]
07a51b
- ss: allow dumping MPTCP subflow information (Andrea Claudi) [1812207]
07a51b
- Update kernel headers (Andrea Claudi) [1812207]
07a51b
- Update kernel headers (Andrea Claudi) [1812207]
07a51b
- add support for mptcp netlink interface (Andrea Claudi) [1812207]
07a51b
- Update kernel headers and import mptcp.h (Andrea Claudi) [1812207]
07a51b
- ip: xfrm: add espintcp encapsulation (Andrea Claudi) [1844045]
07a51b
- Update kernel headers and import udp.h (Andrea Claudi) [1844045]
07a51b
07a51b
* Thu Apr 30 2020 Andrea Claudi <aclaudi@redhat.com> [5.3.0-3.el8]
07a51b
- xfrm: also check for ipv6 state in xfrm_state_keep (Andrea Claudi) [1828033]
07a51b
- man: bridge.8: fix bridge link show description (Andrea Claudi) [1817571]
07a51b
- ip: fix ip route show json output for multipath nexthops (Andrea Claudi) [1738633]
07a51b
- ip link: xstats: fix TX IGMP reports string (Andrea Claudi) [1796041]
07a51b
- nstat: print useful error messages in abort() cases (Andrea Claudi) [1824896]
07a51b
07a51b
* Thu Apr 23 2020 Andrea Claudi <aclaudi@redhat.com> [5.3.0-2.el8]
07a51b
- man: ip.8: Add missing vrf subcommand description (Andrea Claudi) [1780010]
07a51b
- xfrm: not try to delete ipcomp states when using deleteall (Andrea Claudi) [1808634]
07a51b
- ip-xfrm: Fix help messages (Andrea Claudi) [1796045]
07a51b
- man: rdma.8: Add missing resource subcommand description (Andrea Claudi) [1786576]
07a51b
- man: rdma-statistic: Add filter description (Andrea Claudi) [1786565]
07a51b
- tc: implement support for action flags (Andrea Claudi) [1770671]
07a51b
- Update kernel headers (Andrea Claudi) [1770671]
07a51b
- Update kernel headers (Andrea Claudi) [1770671]
07a51b
72258c
* Tue Oct 15 2019 Andrea Claudi <aclaudi@redhat.com> [5.3.0-1.el8]
72258c
- New version 5.3.0 [1752857]
72258c
8def76
* Thu Jul 04 2019 Andrea Claudi <aclaudi@redhat.com> [4.18.0-15.el8]
8def76
- netns: make netns_{save,restore} static (Andrea Claudi) [1719759]
8def76
- ip vrf: use hook to change VRF in the child (Andrea Claudi) [1719759]
8def76
- netns: switch netns in the child when executing commands (Andrea Claudi) [1719759]
8def76
- m_mirred: don't bail if the control action is missing (Andrea Claudi) [1711760]
8def76
- tc: introduce support for chain templates (Andrea Claudi) [1710291]
8def76
- ip: reset netns after each command in batch mode (Andrea Claudi) [1671016]
8def76
8def76
* Thu Jun 20 2019 Andrea Claudi <aclaudi@redhat.com> [4.18.0-14.el8]
8def76
- ss: Review ssfilter (Andrea Claudi) [1698401]
8def76
8def76
* Fri Jun 14 2019 Andrea Claudi <aclaudi@redhat.com> [4.18.0-13.el8]
8def76
- ip-xfrm: Respect family in deleteall and list commands (Andrea Claudi) [1656717]
8def76
- Update kernel headers (Andrea Claudi) [1716361]
8def76
- uapi: update bpf header (Andrea Claudi) [1716361]
8def76
- uapi: update headers to 4.20-rc1 (Andrea Claudi) [1716361]
8def76
- bpf: add btf func and func_proto kind support (Andrea Claudi) [1716361]
8def76
- lib/bpf: fix build warning if no elf (Andrea Claudi) [1716361]
8def76
- bpf: initialise map symbol before retrieving and comparing its type (Andrea Claudi) [1716361]
8def76
- Include bsd/string.h only in include/utils.h (Andrea Claudi) [1716361]
8def76
- Use libbsd for strlcpy if available (Andrea Claudi) [1716361]
8def76
- bpf: check map symbol type properly with newer llvm compiler (Andrea Claudi) [1716361]
8def76
- bpf: implement btf handling and map annotation (Andrea Claudi) [1716361]
8def76
- bpf: implement bpf to bpf calls support (Andrea Claudi) [1716361]
8def76
- bpf: remove strict dependency on af_alg (Andrea Claudi) [1716361]
8def76
- bpf: move bpf_elf_map fixup notification under verbose (Andrea Claudi) [1716361]
8def76
- iplink: add support for reporting multiple XDP programs (Andrea Claudi) [1716361]
8def76
- rdma: Document IB device renaming option (Andrea Claudi) [1663228]
8def76
- rdma: Add an option to rename IB device interface (Andrea Claudi) [1663228]
8def76
- rdma: Introduce command execution helper with required device name (Andrea Claudi) [1663228]
8def76
- rdma: Update kernel include file to support IB device renaming (Andrea Claudi) [1663228]
8def76
- libnetlink: Convert GETADDR dumps to use rtnl_addrdump_req (Andrea Claudi) [1716772]
8def76
8def76
* Wed May 29 2019 Andrea Claudi <aclaudi@redhat.com> [4.18.0-12.el8]
8def76
- devlink: Add param command support (Andrea Claudi) [1663199]
8def76
- rdma: Fix representation of PortInfo CapabilityMask (Andrea Claudi) [1664694]
8def76
- uapi: update ib_verbs (Andrea Claudi) [1664694]
8def76
- tc: flower: Add support for QinQ (Andrea Claudi) [1615928]
8def76
- ip rule: Add ipproto and port range to filter list (Andrea Claudi) [1678111]
8def76
930fb9
* Thu Jan 31 2019 Phil Sutter <psutter@redhat.com> [4.18.0-11.el8]
930fb9
- tc: m_tunnel_key: Add tunnel option support to act_tunnel_key (Phil Sutter) [1654761]
930fb9
- tc: f_flower: add geneve option match support to flower (Phil Sutter) [1654761]
930fb9
- l2tp: Fix printing of cookie and peer_cookie values (Phil Sutter) [1643805]
930fb9
930fb9
* Tue Dec 18 2018 Phil Sutter <psutter@redhat.com> [4.18.0-10.el8]
930fb9
- iplink: fix incorrect any address handling for ip tunnels (Phil Sutter) [1626304]
930fb9
930fb9
* Tue Dec 11 2018 Phil Sutter <psutter@redhat.com> [4.18.0-9.el8]
930fb9
- man: rdma: Add reference to rdma-resource.8 (Phil Sutter) [1610334]
930fb9
930fb9
* Thu Nov 29 2018 Phil Sutter <psutter@redhat.com> [4.18.0-8.el8]
930fb9
- Bump release to run fresh CI tests.
930fb9
930fb9
* Mon Nov 26 2018 Phil Sutter <psutter@redhat.com> [4.18.0-7.el8]
930fb9
- ip-route: Fix nexthop encap parsing (Phil Sutter) [1625358]
930fb9
- man: ip-route.8: Document nexthop limit (Phil Sutter) [1625358]
930fb9
930fb9
* Thu Oct 25 2018 Phil Sutter <psutter@redhat.com> [4.18.0-6.el8]
930fb9
- Update kernel headers (Phil Sutter) [1637440]
930fb9
- tc_util: Add support for showing TCA_STATS_BASIC_HW statistics (Phil Sutter) [1637440]
930fb9
- tc: Remove pointless assignments in batch() (Phil Sutter) [1602555]
930fb9
- tipc: Drop unused variable 'genl' (Phil Sutter) [1602555]
930fb9
- ip-route: Fix parse_encap_seg6() srh parsing (Phil Sutter) [1602555]
930fb9
- rdma: Don't pass garbage to rd_check_is_filtered() (Phil Sutter) [1602555]
930fb9
- ip-route: Fix for memleak in error path (Phil Sutter) [1602555]
930fb9
- rdma: Fix for ineffective check in add_filter() (Phil Sutter) [1602555]
930fb9
- devlink: Fix error reporting in cmd_resource_set() (Phil Sutter) [1602555]
930fb9
- libnetlink: fix use-after-free of message buf (Phil Sutter) [1602555]
930fb9
- libnetlink: don't return error on success (Phil Sutter) [1602555]
930fb9
- libnetlink: fix leak and using unused memory on error (Phil Sutter) [1602555]
930fb9
- tc: htb: Print default value in hex (Phil Sutter) [1641053]
930fb9
930fb9
* Thu Oct 18 2018 Phil Sutter <psutter@redhat.com> [4.18.0-5.el8]
930fb9
- utils: fix get_rtnl_link_stats_rta stats parsing (Phil Sutter) [1626306]
930fb9
- uapi: add snmp header file (Phil Sutter) [1626306]
930fb9
- macsec: fix off-by-one when parsing attributes (Phil Sutter) [1628428]
930fb9
- json: make 0xhex handle u64 (Phil Sutter) [1628428]
930fb9
930fb9
* Thu Oct 18 2018 Phil Sutter <psutter@redhat.com> [4.18.0-4.el8]
930fb9
- iplink_vxlan: take into account preferred_family creating vxlan device (Phil Sutter) [1626321]
930fb9
- ip-addrlabel: Fix printing of label value (Phil Sutter) [1639412]
930fb9
- bridge: fdb: Fix for missing keywords in non-JSON output (Phil Sutter) [1636532]
930fb9
930fb9
* Wed Sep 19 2018 Phil Sutter <psutter@redhat.com> [4.18.0-3.el8]
930fb9
- lib: introduce print_nl (Phil Sutter) [1625500]
930fb9
930fb9
* Wed Sep 19 2018 Phil Sutter <psutter@redhat.com> [4.18.0-2.el8]
930fb9
- bridge/mdb: fix missing new line when show bridge mdb (Phil Sutter) [1625500]
930fb9
- ip-route: Fix segfault with many nexthops (Phil Sutter) [1625358]
930fb9
- Update kernel headers (Phil Sutter) [1615915]
930fb9
- tc/flower: Add match on encapsulating tos/ttl (Phil Sutter) [1615915]
930fb9
- tc/act_tunnel_key: Enable setup of tos and ttl (Phil Sutter) [1615915]
930fb9
- iprule: Fix destination prefix output (Phil Sutter) [1623503]
930fb9
- ip: Add missing -M flag to help text (Phil Sutter) [1612704]
930fb9
- man: ss.8: Describe --events option (Phil Sutter) [1612704]
930fb9
- rtmon: List options in help text (Phil Sutter) [1612704]
930fb9
- man: rtacct.8: Fix nstat options (Phil Sutter) [1612704]
930fb9
- man: ifstat.8: Document --json and --pretty options (Phil Sutter) [1612704]
930fb9
- genl: Fix help text (Phil Sutter) [1612704]
930fb9
- man: devlink.8: Document -verbose option (Phil Sutter) [1612704]
930fb9
- devlink: trivial: Make help text consistent (Phil Sutter) [1612704]
930fb9
- bridge: trivial: Make help text consistent (Phil Sutter) [1612704]
930fb9
- man: bridge.8: Document -oneline option (Phil Sutter) [1612704]
930fb9
930fb9
* Tue Aug 14 2018 Phil Sutter - 4.18.0-1
930fb9
- New version 4.18.0
930fb9
930fb9
* Thu Aug 09 2018 Phil Sutter <psutter@redhat.com> [4.17.0-1.el8]
930fb9
- rdma: print driver resource attributes (Phil Sutter) [1610334]
930fb9
- rdma: update rdma_netlink.h to get new driver attributes (Phil Sutter) [1610334]
930fb9
- rdma: Print net device name and index for RDMA device (Phil Sutter) [1610334]
930fb9
- devlink: CTRL_ATTR_FAMILY_ID is a u16 (Phil Sutter) [1589317]
930fb9
- tc: Do not use addattr_nest_compat on mqprio and netem (Phil Sutter) [1589317]
930fb9
- ipaddress: Fix and make consistent label match handling (Phil Sutter) [1589317]
930fb9
- rt_dsfield: Ship deprecated values for compatibility (Phil Sutter) [1595683]
930fb9
- New version 4.17.0 including upstream-suggested fixes (Phil Sutter) [1589317]
930fb9
930fb9
* Fri Feb 09 2018 Phil Sutter <psutter@redhat.com> - 4.15.0-1
930fb9
- New version 4.15.0
930fb9
930fb9
* Fri Feb  9 2018 Florian Weimer <fweimer@redhat.com> - 4.14.1-6
930fb9
- Use LDFLAGS defaults from redhat-rpm-config
930fb9
930fb9
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.14.1-5
930fb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
930fb9
930fb9
* Mon Dec 11 2017 Phil Sutter <psutter@redhat.com> - 4.14.1-4
930fb9
- Add missing patch files.
930fb9
930fb9
* Mon Dec 11 2017 Phil Sutter <psutter@redhat.com> - 4.14.1-3
930fb9
- Add upstream suggested backports.
930fb9
- Make use of %%autosetup macro.
930fb9
930fb9
* Wed Nov 15 2017 Phil Sutter <psutter@redhat.com> - 4.14.1-2
930fb9
- Drop unused build dependencies
930fb9
930fb9
* Wed Nov 15 2017 Phil Sutter <psutter@redhat.com> - 4.14.1-1
930fb9
- New version 4.14.1
930fb9
930fb9
* Tue Sep 19 2017 Phil Sutter <psutter@redhat.com> - 4.13.0-1
930fb9
- New version 4.13.0
930fb9
930fb9
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.12.0-3
930fb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
930fb9
930fb9
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.12.0-2
930fb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
930fb9
930fb9
* Fri Jul 21 2017 Phil Sutter <psutter@redhat.com> - 4.12.0-1
930fb9
- New version 4.12.0
930fb9
930fb9
* Tue May 23 2017 Phil Sutter <psutter@redhat.com> - 4.11.0-1
930fb9
- Add virtual capability to tc subpackage so it's easier found
930fb9
- New version 4.11.0
930fb9
930fb9
* Thu May 11 2017 Karsten Hopp <karsten@redhat.com> - 4.10.0-3
930fb9
- don't build docs for module builds to limit dependencies
930fb9
930fb9
* Fri Mar 17 2017 Phil Sutter <psutter@redhat.com> - 4.10.0-2
930fb9
- Add two fixes to 4.10.0 release from upstream.
930fb9
930fb9
* Tue Mar 14 2017 Phil Sutter <psutter@redhat.com> - 4.10.0-1
930fb9
- Ship new header iproute2/bpf_elf.h
930fb9
- Document content of remaining docs fixup patch in spec file
930fb9
- Drop patches already applied upstream
930fb9
- New version 4.10.0
930fb9
930fb9
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.0-4
930fb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
930fb9
930fb9
* Thu Feb  2 2017 Thomas Woerner <twoerner@redhat.com> - 4.9.0-3
930fb9
- Release bump for iptables-1.6.1 (libxtables.so.12)
930fb9
930fb9
* Sat Jan 28 2017 Phil Sutter <psutter@redhat.com> - 4.9.0-2
930fb9
- Fix for failing 'make install'
930fb9
930fb9
* Sat Jan 28 2017 Phil Sutter <psutter@redhat.com> - 4.9.0-1
930fb9
- New version 4.9.0
930fb9
930fb9
* Fri Jan 13 2017 Phil Sutter <psutter@redhat.com> - 4.8.0-2
930fb9
- Fix segfault in xt action
930fb9
930fb9
* Wed Nov 30 2016 Phil Sutter <psutter@redhat.com> - 4.8.0-1
930fb9
- New version 4.8.0
930fb9
930fb9
* Wed Aug 10 2016 Phil Sutter <psutter@redhat.com> - 4.7.0-1
930fb9
- New version 4.7.0
930fb9
930fb9
* Wed May 04 2016 Phil Sutter <psutter@redhat.com> - 4.6.0-1
930fb9
- New version 4.6.0
930fb9
930fb9
* Wed Apr 13  2016 Thomas Woerner <twoerner@redhat.com> - 4.5.0-4
930fb9
- Rebuild for new iptables-1.6.0 with libxtables so bump
930fb9
930fb9
* Fri Apr 08 2016 Phil Sutter <psutter@redhat.com> - 4.5.0-3
930fb9
- Fix upgrade path by adding correct Requires/Obsoletes statements to spec file
930fb9
- Move README.iproute2+tc into tc subpackage
930fb9
930fb9
* Fri Mar 18 2016 Phil Sutter <psutter@redhat.com> - 4.5.0-2
930fb9
- Split tc into it's own subpackage
930fb9
930fb9
* Fri Mar 18 2016 Phil Sutter <psutter@redhat.com> - 4.5.0-1
930fb9
- New version 4.5.0
930fb9
930fb9
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.0-3
930fb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
930fb9
930fb9
* Tue Jan 19 2016 Phil Sutter <psutter@redhat.com> - 4.4.0-1
930fb9
- New version 4.4.0
930fb9
930fb9
* Sun Oct 04 2015 Phil Sutter <psutter@redhat.com> - 4.2.0-4
930fb9
- Simplify RPM install stage by using package's install target
930fb9
930fb9
* Sun Oct 04 2015 Phil Sutter <psutter@redhat.com> - 4.2.0-3
930fb9
- Add missing build dependency to libmnl-devel
930fb9
- Ship tipc utility
930fb9
930fb9
* Thu Sep 24 2015 Phil Sutter <psutter@redhat.com> - 4.2.0-2
930fb9
- Add missing build dependency to libselinux-devel
930fb9
930fb9
* Wed Sep 02 2015 Pavel Šimerda <psimerda@redhat.com> - 4.2.0-1
930fb9
- new version 4.2.0
930fb9
930fb9
* Tue Jul 07 2015 Pavel Šimerda <psimerda@redhat.com> - 4.1.1-1
930fb9
- new version 4.1.1
930fb9
930fb9
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.0-4
930fb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
930fb9
930fb9
* Wed May 13 2015 Pavel Šimerda <psimerda@redhat.com> - 4.0.0-3
930fb9
- remove patch rejected by upstream
930fb9
930fb9
* Mon May 11 2015 Pavel Šimerda <psimerda@redhat.com> - 4.0.0-2
930fb9
- Remove patch rejected by upstream
930fb9
930fb9
* Tue Apr 14 2015 Pavel Šimerda <psimerda@redhat.com> - 4.0.0-1
930fb9
- new version 4.0.0
930fb9
930fb9
* Fri Mar 13 2015 Pavel Šimerda <psimerda@redhat.com> - 3.19.0-1
930fb9
- new version 3.19.0
930fb9
930fb9
* Sat Oct 04 2014 Lubomir Rintel <lkundrak@v3.sk> - 3.16.0-3
930fb9
- Backport fix for ip link add name regression that broke libvirt
930fb9
930fb9
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.0-2
930fb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
930fb9
930fb9
* Tue Aug 05 2014 Petr Šabata <contyk@redhat.com> - 3.16.0-1
930fb9
- 3.16 bump
930fb9
930fb9
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 3.15.0-2
930fb9
- fix license handling
930fb9
930fb9
* Thu Jun 12 2014 Petr Šabata <contyk@redhat.com> - 3.15.0-1
930fb9
- 3.15.0 bump
930fb9
930fb9
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14.0-3
930fb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
930fb9
930fb9
* Tue May 06 2014 Petr Šabata <contyk@redhat.com> - 3.14.0-2
930fb9
- Fix incorrect references in ss(8), #1092653
930fb9
930fb9
* Tue Apr 15 2014 Petr Šabata <contyk@redhat.com> - 3.14.0-1
930fb9
- 3.14 bump
930fb9
- Drop out iplink_have_newlink() fix in favor of upstream's approach
930fb9
930fb9
* Tue Nov 26 2013 Petr Šabata <contyk@redhat.com> - 3.12.0-2
930fb9
- Drop libnl from dependencies (#1034454)
930fb9
930fb9
* Mon Nov 25 2013 Petr Šabata <contyk@redhat.com> - 3.12.0-1
930fb9
- 3.12.0 bump
930fb9
930fb9
* Thu Nov 21 2013 Petr Šabata <contyk@redhat.com> - 3.11.0-2
930fb9
- Fix the rtt time parsing again
930fb9
930fb9
* Tue Oct 22 2013 Petr Šabata <contyk@redhat.com> - 3.11.0-1
930fb9
- 3.11 bump
930fb9
930fb9
* Tue Oct 01 2013 Petr Pisar <ppisar@redhat.com> - 3.10.0-8
930fb9
- Close file with bridge monitor file (bug #1011822)
930fb9
930fb9
* Tue Sep 24 2013 Petr Pisar <ppisar@redhat.com> - 3.10.0-7
930fb9
- Add tc -OK option
930fb9
- Document "bridge mdb" and "bridge monitor mdb"
930fb9
930fb9
* Fri Aug 30 2013 Petr Šabata <contyk@redhat.com> - 3.10.0-6
930fb9
- Fix lnstat -i properly this time
930fb9
930fb9
* Thu Aug 29 2013 Petr Šabata <contyk@redhat.com> - 3.10.0-5
930fb9
- Fix an 'ip link' hang (#996537)
930fb9
930fb9
* Tue Aug 13 2013 Petr Šabata <contyk@redhat.com> - 3.10.0-4
930fb9
- lnstat -i: Run indefinitely if the --count isn't specified (#977845)
930fb9
- Switch to unversioned %%docdir
930fb9
930fb9
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.0-3
930fb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
930fb9
930fb9
* Wed Jul 17 2013 Petr Šabata <contyk@redhat.com> - 3.10.0-2
930fb9
- Fix the XFRM patch
930fb9
930fb9
* Wed Jul 17 2013 Petr Šabata <contyk@redhat.com> - 3.10.0-1
930fb9
- 3.10.0 bump
930fb9
- Drop the SHAREDIR patch and revert to upstream ways (#966445)
930fb9
- Fix an XFRM regression with FORTIFY_SOURCE
930fb9
930fb9
* Tue Apr 30 2013 Petr Šabata <contyk@redhat.com> - 3.9.0-1
930fb9
- 3.9.0 bump
930fb9
930fb9
* Thu Apr 25 2013 Petr Šabata <contyk@redhat.com> - 3.8.0-4
930fb9
- ATM is available in Fedora only
930fb9
930fb9
* Tue Mar 12 2013 Petr Šabata <contyk@redhat.com> - 3.8.0-3
930fb9
- Mention the "up" argument in documentation and help outputs (#907468)
930fb9
930fb9
* Mon Mar 04 2013 Petr Šabata <contyk@redhat.com> - 3.8.0-2
930fb9
- Bump for 1.4.18 rebuild
930fb9
930fb9
* Tue Feb 26 2013 Petr Šabata <contyk@redhat.com> - 3.8.0-1
930fb9
- 3.8.0 bump
930fb9
930fb9
* Fri Feb 08 2013 Petr Šabata <contyk@redhat.com> - 3.7.0-2
930fb9
- Don't propogate mounts out of ip (#882047)
930fb9
930fb9
* Wed Dec 12 2012 Petr Šabata <contyk@redhat.com> - 3.7.0-1
930fb9
- 3.7.0 bump
930fb9
930fb9
* Mon Nov 19 2012 Petr Šabata <contyk@redhat.com> - 3.6.0-3
930fb9
- Include section 7 manpages (#876857)
930fb9
- Fix ancient bogus dates in the changelog (correction based upon commits)
930fb9
- Explicitly require some TeX fonts no longer present in the base distribution
930fb9
930fb9
* Thu Oct 04 2012 Petr Šabata <contyk@redhat.com> - 3.6.0-2
930fb9
- List all interfaces by default
930fb9
930fb9
* Wed Oct 03 2012 Petr Šabata <contyk@redhat.com> - 3.6.0-1
930fb9
- 3.6.0 bump
930fb9
930fb9
* Thu Aug 30 2012 Petr Šabata <contyk@redhat.com> - 3.5.1-2
930fb9
- Remove the explicit iptables dependency (#852840)
930fb9
930fb9
* Tue Aug 14 2012 Petr Šabata <contyk@redhat.com> - 3.5.1-1
930fb9
- 3.5.1 bugfix release bump
930fb9
- Rename 'br' to 'bridge'
930fb9
930fb9
* Mon Aug 06 2012 Petr Šabata <contyk@redhat.com> - 3.5.0-2
930fb9
- Install the new bridge utility
930fb9
930fb9
* Thu Aug 02 2012 Petr Šabata <contyk@redhat.com> - 3.5.0-1
930fb9
- 3.5.0 bump
930fb9
- Move to db5.
930fb9
930fb9
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-2
930fb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
930fb9
930fb9
* Tue May 22 2012 Petr Šabata <contyk@redhat.com> - 3.4.0-1
930fb9
- 3.4.0 bump
930fb9
- Drop the print route patch (included upstream)
930fb9
930fb9
* Mon Apr 30 2012 Petr Šabata <contyk@redhat.com> - 3.3.0-2
930fb9
- Let's install rtmon too... (#814819)
930fb9
930fb9
* Thu Mar 22 2012 Petr Šabata <contyk@redhat.com> - 3.3.0-1
930fb9
- 3.3.0 bump
930fb9
- Update source URL
930fb9
930fb9
* Mon Feb 27 2012 Petr Šabata <contyk@redhat.com> - 3.2.0-3
930fb9
- Address dangerous /tmp files security issue (CVE-2012-1088, #797881, #797878)
930fb9
930fb9
* Fri Jan 27 2012 Petr Šabata <contyk@redhat.com> - 3.2.0-2
930fb9
- Simplify the spec a bit thanks to the UsrMove feature
930fb9
930fb9
* Fri Jan 06 2012 Petr Šabata <contyk@redhat.com> - 3.2.0-1
930fb9
- 3.2.0 bump
930fb9
- Removing a useless, now conflicting patch (initcwnd already decumented)
930fb9
930fb9
* Thu Nov 24 2011 Petr Šabata <contyk@redhat.com> - 3.1.0-1
930fb9
- 3.1.0 bump
930fb9
- Point URL and Source to the new location on kernel.org
930fb9
- Remove now obsolete defattr
930fb9
- Dropping various patches now included upstream
930fb9
- Dropping iproute2-2.6.25-segfault.patch; I fail to understand the reason for
930fb9
  this hack
930fb9
930fb9
* Tue Nov 15 2011 Petr Šabata <contyk@redhat.com> - 2.6.39-6
930fb9
- ss -ul should display UDP CLOSED sockets (#691100)
930fb9
930fb9
* Thu Oct 06 2011 Petr Sabata <contyk@redhat.com> - 2.6.39-5
930fb9
- Fix ss, lnstat and arpd usage and manpages
930fb9
930fb9
* Wed Sep 07 2011 Petr Sabata <contyk@redhat.com> - 2.6.39-4
930fb9
- lnstat should dump (-d) to stdout instead of stderr (#736332)
930fb9
930fb9
* Tue Jul 26 2011 Petr Sabata <contyk@redhat.com> - 2.6.39-3
930fb9
- Rebuild for xtables7
930fb9
930fb9
* Tue Jul 12 2011 Petr Sabata <contyk@redhat.com> - 2.6.39-2
930fb9
- Rebuild for xtables6
930fb9
930fb9
* Thu Jun 30 2011 Petr Sabata <contyk@redhat.com> - 2.6.39-1
930fb9
- 2.6.39 bump
930fb9
930fb9
* Wed Apr 27 2011 Petr Sabata <psabata@redhat.com> - 2.6.38.1-4
930fb9
- Link [cr]tstat to lnstat
930fb9
930fb9
* Wed Apr 27 2011 Petr Sabata <psabata@redhat.com> - 2.6.38.1-3
930fb9
- Install ctstat, rtstat and routef manpage symlinks
930fb9
- Install m_xt & m_ipt tc modules
930fb9
- Creating devel and virtual static subpackages with libnetlink
930fb9
930fb9
* Thu Apr 21 2011 Petr Sabata <psabata@redhat.com> - 2.6.38.1-2
930fb9
- General cleanup
930fb9
- Use global instead of define
930fb9
- Buildroot removal
930fb9
- Correcting URL and Source links
930fb9
- Install genl, ifstat, routef, routel and rtpr (rhbz#697319)
930fb9
930fb9
* Fri Mar 18 2011 Petr Sabata <psabata@redhat.com> - 2.6.38.1-1
930fb9
- 2.6.38.1 bump
930fb9
930fb9
* Wed Mar 16 2011 Petr Sabata <psabata@redhat.com> - 2.6.38-1
930fb9
- 2.6.38 bump
930fb9
930fb9
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.37-3
930fb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
930fb9
930fb9
* Mon Jan 31 2011 Petr Sabata <psabata@redhat.com> - 2.6.37-2
930fb9
- man-pages.patch update, ip(8) TYPE whitespace
930fb9
930fb9
* Mon Jan 10 2011 Petr Sabata <psabata@redhat.com> - 2.6.37-1
930fb9
- 2.6.37 upstream release
930fb9
- ss(8) improvements patch removed (included upstream)
930fb9
930fb9
* Wed Dec 08 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-10
930fb9
- fix a typo in ss(8) improvements patch, rhbz#661267
930fb9
930fb9
* Tue Nov 30 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-9
930fb9
- ss(8) improvements patch by jpopelka; should be included in 2.6.36
930fb9
930fb9
* Tue Nov 09 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-8
930fb9
- rhbz#641599, use the versioned path, man-pages.patch update, prep update
930fb9
930fb9
* Tue Oct 12 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-7
930fb9
- Do not segfault if peer name is omitted when creating a peer veth link, rhbz#642322
930fb9
930fb9
* Mon Oct 11 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-6
930fb9
- Man-pages update, rhbz#641599
930fb9
930fb9
* Wed Sep 29 2010 jkeating - 2.6.35-5
930fb9
- Rebuilt for gcc bug 634757
930fb9
930fb9
* Tue Sep 21 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-4
930fb9
- Modified man-pages.patch to fix cbq manpage, rhbz#635877
930fb9
930fb9
* Tue Sep 21 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-3
930fb9
- Don't print routes with negative metric fix, rhbz#628739
930fb9
930fb9
* Wed Aug 18 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-2
930fb9
- 'ip route get' fix, iproute2-2.6.35-print-route.patch
930fb9
- rhbz#622782
930fb9
930fb9
* Thu Aug 05 2010 Petr Sabata <psabata@redhat.com> - 2.6.35-1
930fb9
- 2.6.35 version bump
930fb9
- iproute2-tc-priority.patch removed (included in upstream now)
930fb9
930fb9
* Thu Jul 08 2010 Petr Sabata <psabata@redhat.com> - 2.6.34-5
930fb9
- Licensing guidelines compliance fix
930fb9
930fb9
* Wed Jul 07 2010 Petr Sabata <psabata@redhat.com> - 2.6.34-4
930fb9
- Requires: iptables >= 1.4.5, BuildRequires: iptables-devel >= 1.4.5
930fb9
930fb9
* Thu Jul 01 2010 Petr Sabata <psabata@redhat.com> - 2.6.34-3
930fb9
- Build now runs ./configure to regenerate Makefile for ipt/xt detection
930fb9
930fb9
* Mon Jun 21 2010 Petr Sabata <psabata@redhat.com> - 2.6.34-2
930fb9
- iproute-tc-priority.patch, rhbz#586112
930fb9
930fb9
* Mon Jun 21 2010 Petr Sabata <psabata@redhat.com> - 2.6.34-1
930fb9
- 2.6.34 version bump
930fb9
930fb9
* Tue Apr 20 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.33-2
930fb9
- 578729 6rd tunnel correctly 3979ef91de9ed17d21672aaaefd6c228485135a2
930fb9
- change BR texlive to tex according to guidelines
930fb9
930fb9
* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.33-1
930fb9
- update
930fb9
930fb9
* Tue Jan 26 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.32-2
930fb9
- add macvlan aka VESA support d63a9b2b1e4e3eab0d0577d0a0f412d50be1e0a7
930fb9
- kernel headers 2.6.33 ab322673298bd0b8927cdd9d11f3d36af5941b93
930fb9
  are needed for macvlan features and probably for other added later.
930fb9
- fix number of release which contains 2.6.32 kernel headers and features
930fb9
  but it was released as 2.6.31
930fb9
930fb9
* Mon Jan  4 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.31-1
930fb9
- update to 2.6.31
930fb9
930fb9
* Fri Nov 27 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-5.1.20091106gita7a9ddbb
930fb9
- 539232 patch cbq initscript
930fb9
930fb9
* Fri Nov 27 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-5.0.20091106gita7a9ddbb
930fb9
- snapshot with kernel headers for 2.6.32
930fb9
930fb9
* Fri Oct  9 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-5.0.20091009gitdaf49fd6
930fb9
- new official version isn't available but it's needed -> switch to git snapshots
930fb9
930fb9
* Thu Sep 24 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-5
930fb9
- create missing man pages
930fb9
930fb9
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.29-4
930fb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
930fb9
930fb9
* Thu Apr 23 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-3
930fb9
- new iptables (xtables) bring problems to tc, when ipt is used. 
930fb9
  rhbz#497344 still broken. tc_modules.patch brings correct paths to
930fb9
  xtables, but that doesn't fix whole issue.
930fb9
- 497355 ip should allow creation of an IPsec SA with 'proto any' 
930fb9
  and specified sport and dport as selectors
930fb9
930fb9
* Tue Apr 14 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-2
930fb9
- c3651bf4763d7247e3edd4e20526a85de459041b ip6tunnel: Fix no default 
930fb9
 display of ip4ip6 tunnels
930fb9
- e48f73d6a5e90d2f883e15ccedf4f53d26bb6e74 missing arpd directory
930fb9
930fb9
* Wed Mar 25 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.29-1
930fb9
- update to 2.6.29
930fb9
- remove DDR patch which became part of sourc
930fb9
- add patch with correct headers 1957a322c9932e1a1d2ca1fd37ce4b335ceb7113
930fb9
930fb9
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.28-3
930fb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
930fb9
930fb9
* Wed Feb  4 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.28-2
930fb9
- 483484 install distribution files into /usr/share and also fixed
930fb9
 install paths in spec
930fb9
- add the latest change from git which add DRR support
930fb9
 c86f34942a0ce9f8203c0c38f9fe9604f96be706
930fb9
930fb9
* Mon Jan 19 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.28-1
930fb9
- previous two patches were included into 2.6.28 release.
930fb9
- update
930fb9
930fb9
* Mon Jan 12 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.6.27-2
930fb9
- 475130 - Negative preferred lifetimes of IPv6 prefixes/addresses
930fb9
  displayed incorrectly
930fb9
- 472878 - “ip maddr show” in IB interface causes a stack corruption
930fb9
- both patches will be probably in iproute v2.6.28
930fb9
930fb9
* Thu Dec 4 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.27-1
930fb9
- aead support was included into upstream version
930fb9
- patch for moving libs is now deprecated
930fb9
- update to 2.6.27
930fb9
930fb9
* Tue Aug 12 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.26-1
930fb9
- update to 2.6.26
930fb9
- clean patches
930fb9
930fb9
* Tue Jul 22 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.25-5
930fb9
- fix iproute2-2.6.25-segfault.patch
930fb9
930fb9
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.6.25-4
930fb9
- rebuild for new db4-4.7
930fb9
930fb9
* Thu Jul  3 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.25-3
930fb9
- 449933 instead of failing strncpy use copying byte after byte
930fb9
930fb9
* Wed May 14 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.25-2
930fb9
- allow replay setting, solve also 444724
930fb9
930fb9
* Mon Apr 21 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.25-1
930fb9
- update
930fb9
- remove patch for backward compatibility
930fb9
- add patch for AEAD compatibility
930fb9
930fb9
* Thu Feb 21 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.23-4
930fb9
- add creating ps file again. Fix was done in texlive
930fb9
930fb9
* Wed Feb  6 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.23-3
930fb9
- rebuild without tetex files. It isn't working in rawhide yet. Added
930fb9
  new source for ps files. 
930fb9
- #431179 backward compatibility for previous iproute versions
930fb9
930fb9
* Mon Jan 21 2008 Marcela Maslanova <mmaslano@redhat.com> - 2.6.23-2
930fb9
- rebuild with fix tetex and linuxdoc-tools -> manual pdf
930fb9
- clean unnecessary patches
930fb9
- add into spec *.so objects, new BR linux-atm-libs-devel
930fb9
930fb9
* Wed Oct 31 2007 Marcela Maslanova <mmaslano@redhat.com> - 2.6.23-1
930fb9
- new version from upstrem 2.3.23
930fb9
930fb9
* Tue Oct 23 2007 Marcela Maslanova <mmaslano@redhat.com> - 2.6.22-5
930fb9
- move files from /usr/lib/tc to /usr/share/tc
930fb9
- remove listing files twice
930fb9
930fb9
* Fri Aug 31 2007 Marcela Maslanova <mmaslano@redhat.com> - 2.6.22-3
930fb9
- package review #225903
930fb9
930fb9
* Mon Aug 27 2007 Jeremy Katz <katzj@redhat.com> - 2.6.22-2
930fb9
- rebuild for new db4
930fb9
930fb9
* Wed Jul 11 2007 Radek Vokál <rvokal@redhat.com> - 2.6.22-1
930fb9
- upgrade to 2.6.22
930fb9
930fb9
* Mon Mar 19 2007 Radek Vokál <rvokal@redhat.com> - 2.6.20-2
930fb9
- fix broken tc-pfifo man page (#232891)
930fb9
930fb9
* Thu Mar 15 2007 Radek Vokál <rvokal@redhat.com> - 2.6.20-1
930fb9
- upgrade to 2.6.20
930fb9
930fb9
* Fri Dec 15 2006 Radek Vokál <rvokal@redhat.com> - 2.6.19-1
930fb9
- upgrade to 2.6.19
930fb9
930fb9
* Mon Dec 11 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-5
930fb9
- fix snapshot version
930fb9
930fb9
* Fri Dec  1 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-4
930fb9
- spec file cleanup
930fb9
- one more rebuilt against db4
930fb9
930fb9
* Thu Nov 16 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-3
930fb9
- fix defective manpage for tc-pfifo (#215399)
930fb9
930fb9
* Mon Nov 13 2006 Radek Vokál <rvokal@redhat.com> - 2.6.18-2
930fb9
- rebuilt against new db4
930fb9
930fb9
* Tue Oct  3 2006 Radek Vokal <rvokal@redhat.com> - 2.6.18-1
930fb9
- upgrade to upstream 2.6.18
930fb9
- initcwnd patch merged
930fb9
- bug fix for xfrm monitor
930fb9
- alignment fixes for cris
930fb9
- documentation corrections
930fb9
        
930fb9
* Mon Oct  2 2006 Radek Vokal <rvokal@redhat.com> - 2.6.16-7
930fb9
- fix ip.8 man page, add initcwnd option
930fb9
930fb9
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.6.16-6
930fb9
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
930fb9
930fb9
* Tue Sep 19 2006 Radek Vokal <rvokal@redhat.com> - 2.6.16-5
930fb9
- fix crash when resolving ip address
930fb9
930fb9
* Mon Aug 21 2006 Radek Vokál <rvokal@redhat.com> - 2.6.16-4
930fb9
- add LOWER_UP and DORMANT flags (#202199)
930fb9
- use dist tag
930fb9
930fb9
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.6.16-3.1
930fb9
- rebuild
930fb9
930fb9
* Mon Jun 26 2006 Radek Vokál <rvokal@redhat.com> - 2.6.16-3
930fb9
- improve handling of initcwnd value (#179719)
930fb9
930fb9
* Sun May 28 2006 Radek Vokál <rvokal@redhat.com> - 2.6.16-2
930fb9
- fix BuildRequires: flex (#193403)
930fb9
930fb9
* Sun Mar 26 2006 Radek Vokál <rvokal@redhat.com> - 2.6.16-1
930fb9
- upgrade to 2.6.16-060323
930fb9
- don't hardcode /usr/lib in tc (#186607)
930fb9
930fb9
* Wed Feb 22 2006 Radek Vokál <rvokal@redhat.com> - 2.6.15-2
930fb9
- own /usr/lib/tc (#181953)
930fb9
- obsoletes shapecfg (#182284)
930fb9
930fb9
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.6.15-1.2
930fb9
- bump again for double-long bug on ppc(64)
930fb9
930fb9
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.6.15-1.1
930fb9
- rebuilt for new gcc4.1 snapshot and glibc changes
930fb9
930fb9
* Tue Jan 17 2006 Radek Vokal <rvokal@redhat.com> 2.6.15-1
930fb9
- upgrade to 2.6.15-060110
930fb9
930fb9
* Mon Dec 12 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-11
930fb9
- rebuilt
930fb9
930fb9
* Fri Dec 09 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-10
930fb9
- remove backup of config files (#175302)
930fb9
930fb9
* Fri Nov 11 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-9
930fb9
- use tc manpages and cbq.init from source tarball (#172851)
930fb9
930fb9
* Thu Nov 10 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-8
930fb9
- new upstream source 
930fb9
930fb9
* Mon Oct 31 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-7
930fb9
- add warning to ip tunnel add command (#128107)
930fb9
930fb9
* Fri Oct 07 2005 Bill Nottingham <notting@redhat.com> 2.6.14-6
930fb9
- update from upstream (appears to fix #170111)
930fb9
930fb9
* Fri Oct 07 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-5
930fb9
- update from upstream
930fb9
- fixed host_len size for memcpy (#168903) <Matt_Domsch@dell.com>
930fb9
930fb9
* Fri Sep 23 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-4
930fb9
- add RPM_OPT_FLAGS
930fb9
930fb9
* Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-3
930fb9
- forget to apply the patch :( 
930fb9
930fb9
* Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-2
930fb9
- make ip help work again (#168449)
930fb9
930fb9
* Wed Sep 14 2005 Radek Vokal <rvokal@redhat.com> 2.6.14-1
930fb9
- upgrade to ss050901 for 2.6.14 kernel headers
930fb9
930fb9
* Fri Aug 26 2005 Radek Vokal <rvokal@redhat.com> 2.6.13-3
930fb9
- added /sbin/cbq script and sample configuration files (#166301)
930fb9
930fb9
* Fri Aug 19 2005 Radek Vokal <rvokal@redhat.com> 2.6.13-2
930fb9
- upgrade to iproute2-050816
930fb9
930fb9
* Thu Aug 11 2005 Radek Vokal <rvokal@redhat.com> 2.6.13-1
930fb9
- update to snapshot for 2.6.13+ kernel
930fb9
930fb9
* Tue May 24 2005 Radek Vokal <rvokal@redhat.com> 2.6.11-2
930fb9
- removed useless initvar patch (#150798)
930fb9
- new upstream source 
930fb9
930fb9
* Tue Mar 15 2005 Radek Vokal <rvokal@redhat.com> 2.6.11-1
930fb9
- update to iproute-2.6.11
930fb9
930fb9
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> 2.6.10-2
930fb9
- gcc4 rebuilt
930fb9
930fb9
* Wed Feb 16 2005 Radek Vokal <rvokal@redhat.com> 2.6.10-1
930fb9
- update to iproute-2.6.10
930fb9
930fb9
* Thu Dec 23 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-6
930fb9
- added arpd into sbin
930fb9
930fb9
* Mon Nov 29 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-5
930fb9
- debug info removed from makefile and from spec (#140891)
930fb9
930fb9
* Tue Nov 16 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-4
930fb9
- source file updated from snapshot version
930fb9
- endian patch adding <endian.h> 
930fb9
930fb9
* Sat Sep 18 2004 Joshua Blanton <jblanton@cs.ohiou.edu> 2.6.9-3
930fb9
- added installation of netem module for tc
930fb9
930fb9
* Mon Sep 06 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-2
930fb9
- fixed possible buffer owerflow, path by Steve Grubb <linux_4ever@yahoo.com>
930fb9
930fb9
* Wed Sep 01 2004 Radek Vokal <rvokal@redhat.com> 2.6.9-1
930fb9
- updated to iproute-2.6.9, spec file change, patches cleared
930fb9
930fb9
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
930fb9
- rebuilt
930fb9
930fb9
* Wed May 26 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-16
930fb9
- Took tons of manpages from debian, much more complete (#123952).
930fb9
930fb9
* Thu May 06 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-15
930fb9
- rebuilt
930fb9
930fb9
* Thu May 06 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-13.2
930fb9
- Built security errata version for FC1.
930fb9
930fb9
* Wed Apr 21 2004 Phil Knirsch <pknirsch@redhat.com> 2.4.7-14
930fb9
- Fixed -f option for ss (#118355).
930fb9
- Small description fix (#110997).
930fb9
- Added initialization of some vars (#74961). 
930fb9
- Added patch to initialize "default" rule as well (#60693).
930fb9
930fb9
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
930fb9
- rebuilt
930fb9
930fb9
* Wed Nov 05 2003 Phil Knirsch <pknirsch@redhat.com> 2.4.7-12
930fb9
- Security errata for netlink (CAN-2003-0856).
930fb9
930fb9
* Thu Oct 23 2003 Phil Knirsch <pknirsch@redhat.com>
930fb9
- Updated to latest version. Used by other distros, so seems stable. ;-)
930fb9
- Quite a few patches needed updating in that turn.
930fb9
- Added ss (#107363) and several other new nifty tools.
930fb9
930fb9
* Tue Jun 17 2003 Phil Knirsch <pknirsch@redhat.com>
930fb9
- rebuilt
930fb9
930fb9
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
930fb9
- rebuilt
930fb9
930fb9
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
930fb9
- rebuilt
930fb9
930fb9
* Thu Jan 16 2003 Phil Knirsch <pknirsch@redhat.com> 2.4.7-7
930fb9
- Added htb3-tc patch from http://luxik.cdi.cz/~devik/qos/htb/ (#75486).
930fb9
930fb9
* Fri Oct 11 2002 Bill Nottingham <notting@redhat.com> 2.4.7-6
930fb9
- remove flags patch at author's request
930fb9
930fb9
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
930fb9
- automated rebuild
930fb9
930fb9
* Wed Jun 19 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-4
930fb9
- Don't forcibly strip binaries
930fb9
930fb9
* Mon May 27 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-3
930fb9
- Fixed missing diffserv and atm support in config (#57278).
930fb9
- Fixed inconsistent numeric base problem for command line (#65473).
930fb9
930fb9
* Tue May 14 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-2
930fb9
- Added patch to fix crosscompiling by Adrian Linkins.
930fb9
930fb9
* Fri Mar 15 2002 Phil Knirsch <pknirsch@redhat.com> 2.4.7-1
930fb9
- Update to latest stable release 2.4.7-now-ss010824.
930fb9
- Added simple man page for ip.
930fb9
930fb9
* Wed Aug  8 2001 Bill Nottingham <notting@redhat.com>
930fb9
- allow setting of allmulti & promisc flags (#48669)
930fb9
930fb9
* Mon Jul 02 2001 Than Ngo <than@redhat.com>
930fb9
- fix build problem in beehive if kernel-sources is not installed
930fb9
930fb9
* Fri May 25 2001 Helge Deller <hdeller@redhat.de>
930fb9
- updated to iproute2-2.2.4-now-ss001007.tar.gz 
930fb9
- bzip2 source tar file
930fb9
- "License" replaces "Copyright"
930fb9
- added "BuildPrereq: tetex-latex tetex-dvips psutils"
930fb9
- rebuilt for 7.2
930fb9
930fb9
* Tue May  1 2001 Bill Nottingham <notting@redhat.com>
930fb9
- use the system headers - the included ones are broken
930fb9
- ETH_P_ECHO went away
930fb9
930fb9
* Sat Jan  6 2001 Jeff Johnson <jbj@redhat.com>
930fb9
- test for specific KERNEL_INCLUDE directories.
930fb9
930fb9
* Thu Oct 12 2000 Than Ngo <than@redhat.com>
930fb9
- rebuild for 7.1
930fb9
930fb9
* Thu Oct 12 2000 Than Ngo <than@redhat.com>
930fb9
- add default configuration files for iproute (Bug #10549, #18887)
930fb9
930fb9
* Tue Jul 25 2000 Jakub Jelinek <jakub@redhat.com>
930fb9
- fix include-glibc/ to cope with glibc 2.2 new resolver headers
930fb9
930fb9
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
930fb9
- automatic rebuild
930fb9
930fb9
* Sun Jun 18 2000 Than Ngo <than@redhat.de>
930fb9
- rebuilt in the new build environment
930fb9
- use RPM macros
930fb9
- handle RPM_OPT_FLAGS
930fb9
930fb9
* Sat Jun 03 2000 Than Ngo <than@redhat.de>
930fb9
- fix iproute to build with new glibc
930fb9
930fb9
* Fri May 26 2000 Ngo Than <than@redhat.de>
930fb9
- update to 2.2.4-now-ss000305
930fb9
- add configuration files
930fb9
930fb9
* Mon Sep 13 1999 Bill Nottingham <notting@redhat.com>
930fb9
- strip binaries
930fb9
930fb9
* Mon Aug 16 1999 Cristian Gafton <gafton@redhat.com>
930fb9
- first build