~ubuntu-branches/ubuntu/precise/iproute/precise

« back to all changes in this revision

Viewing changes to debian/patches/ip_route_usage.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt, Andreas Henriksson, Justin B Rye, Alexander Wirt
  • Date: 2008-05-11 11:18:29 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080511111829-rfewew7s6kiev0bh
Tags: 20080417-1
[ Andreas Henriksson ]
* New upstream release, v2.6.25 a.k.a. snapshot 20080417.
  - Initial documentation for xfrm (Partially fixes #451337)
  - Fixes manpage error caught by lintian!
* Fix typos (syntax error) in ip(8) manpage.
  - Introduced by upstream, caught by lintian yet again!
* Don't ship useless headers in iproute-dev (Closes: #467557)
* Cherry-pick "Fix bad hash calculation because of signed address" from
  upstream. (Closes: #480173)

[ Justin B Rye ]
* Update package description (Closes: #464521)

[ Alexander Wirt ]
* Fix typo in short package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## ip_route_usage.dpatch by Alexander Wirt <formorer@debian.org>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: No description.
6
 
 
7
 
@DPATCH@
8
 
diff -urNad pkg-iproute~/ip/iproute.c pkg-iproute/ip/iproute.c
9
 
--- pkg-iproute~/ip/iproute.c   2007-10-18 14:04:18.000000000 +0200
10
 
+++ pkg-iproute/ip/iproute.c    2007-10-18 14:23:11.000000000 +0200
11
 
@@ -72,7 +72,7 @@
12
 
        fprintf(stderr, "OPTIONS := FLAGS [ mtu NUMBER ] [ advmss NUMBER ]\n");
13
 
        fprintf(stderr, "           [ rtt TIME ] [ rttvar TIME ]\n");
14
 
        fprintf(stderr, "           [ window NUMBER] [ cwnd NUMBER ] [ initcwnd NUMBER ]\n");
15
 
-       fprintf(stderr, "           [ ssthresh NUMBER ] [ realms REALM ]\n");
16
 
+       fprintf(stderr, "           [ ssthresh NUMBER ] [ realms REALM ] [ src ADDRESS ]\n");
17
 
        fprintf(stderr, "           [ rto_min TIME ]\n");
18
 
        fprintf(stderr, "TYPE := [ unicast | local | broadcast | multicast | throw |\n");
19
 
        fprintf(stderr, "          unreachable | prohibit | blackhole | nat ]\n");