diff options
author | Timo Teräs <timo.teras@iki.fi> | 2010-11-23 08:13:43 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2010-11-23 08:14:54 +0200 |
commit | 51b280ff06c588e61afcf97b8d58d0d2904b2dfc (patch) | |
tree | 73277b0308baa30d2172b5564c271fb382730722 /main/iproute2/0003-Snapshot-for-2.6.35.1.patch | |
parent | 0bd949f2206eddafb94f3f63022851b9a355a4b4 (diff) | |
download | aports-51b280ff06c588e61afcf97b8d58d0d2904b2dfc.tar.bz2 aports-51b280ff06c588e61afcf97b8d58d0d2904b2dfc.tar.xz |
main/iproute2: apply patches from upstream for 2.6.35.1 release
This fixes a nasty bug causing "ip route get" to not work properly.
Diffstat (limited to 'main/iproute2/0003-Snapshot-for-2.6.35.1.patch')
-rw-r--r-- | main/iproute2/0003-Snapshot-for-2.6.35.1.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/main/iproute2/0003-Snapshot-for-2.6.35.1.patch b/main/iproute2/0003-Snapshot-for-2.6.35.1.patch new file mode 100644 index 0000000000..f5cffd6069 --- /dev/null +++ b/main/iproute2/0003-Snapshot-for-2.6.35.1.patch @@ -0,0 +1,19 @@ +From daa10c8af6031f10168639b7fd3c181a5d788ee1 Mon Sep 17 00:00:00 2001 +From: Stephen Hemminger <stephen.hemminger@vyatta.com> +Date: Mon, 23 Aug 2010 08:14:38 -0700 +Subject: [PATCH 3/3] Snapshot for 2.6.35.1 + +--- + include/SNAPSHOT.h | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/include/SNAPSHOT.h b/include/SNAPSHOT.h +index de41b1b..8f79884 100644 +--- a/include/SNAPSHOT.h ++++ b/include/SNAPSHOT.h +@@ -1 +1 @@ +-static const char SNAPSHOT[] = "100804"; ++static const char SNAPSHOT[] = "100823"; +-- +1.7.1 + |