]> git.pld-linux.org Git - packages/net-tools.git/blob - net-tools-ipvs.patch
- strict internal deps, check-files cleanup
[packages/net-tools.git] / net-tools-ipvs.patch
1 --- net-tools-1.54/lib/masq_info.c.orig Sun Jun 13 07:04:49 1999
2 +++ net-tools-1.54/lib/masq_info.c      Tue Jun 27 10:37:09 2000
3 @@ -118,7 +118,9 @@
4         ms->src.sin_family = AF_INET;
5         ms->dst.sin_family = AF_INET;
6  
7 -       if (strcmp("TCP", buf) == 0)
8 +       if (strcmp("IP", buf) == 0)
9 +           ms->proto = "ip";
10 +       else if (strcmp("TCP", buf) == 0)
11             ms->proto = "tcp";
12         else if (strcmp("UDP", buf) == 0)
13             ms->proto = "udp";
This page took 0.073096 seconds and 3 git commands to generate.