diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-24 02:43:49 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-24 02:43:49 (GMT) |
commit | 4409812d4344e9d926924da54e73230b6d5336ba (patch) | |
tree | ba5a5901aeec99e5cceabfbef93c355a383daff1 /abs/core/iproute2/iproutegetfix.patch | |
parent | 58e40c80ba0b97076fcd16d54602017420b1ad08 (diff) | |
download | linhes_pkgbuild-4409812d4344e9d926924da54e73230b6d5336ba.zip linhes_pkgbuild-4409812d4344e9d926924da54e73230b6d5336ba.tar.gz linhes_pkgbuild-4409812d4344e9d926924da54e73230b6d5336ba.tar.bz2 |
iproute2: upgrade
Diffstat (limited to 'abs/core/iproute2/iproutegetfix.patch')
-rw-r--r-- | abs/core/iproute2/iproutegetfix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core/iproute2/iproutegetfix.patch b/abs/core/iproute2/iproutegetfix.patch new file mode 100644 index 0000000..182ff56 --- /dev/null +++ b/abs/core/iproute2/iproutegetfix.patch @@ -0,0 +1,10 @@ +--- ip/iproute.c.orig 2010-08-12 13:50:37.510000024 +0200 ++++ ip/iproute.c 2010-08-12 13:51:05.100000024 +0200 +@@ -1286,6 +1286,7 @@ + memset(&req, 0, sizeof(req)); + + iproute_reset_filter(); ++ filter.cloned = 2; + + req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg)); + req.n.nlmsg_flags = NLM_F_REQUEST; |