ffeee16d82
Wed Sep 03 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-9.1 - rebuilt Wed Sep 03 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-9 - Start icmp_seq from 0 instead of 1 (Conform with debian and Solaris #100609). Thu Jul 31 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-8 - One more update to ifenslave.c Mon Jun 16 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-7 - Updated ifenslave.c and README.bonding to latest version. Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Thu May 15 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-5 - Bumped release and rebuilt Thu May 15 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-4 - Fixed DNS lookup problems (#68212). - Added warning if binding problem failed on subinterface (#81640). Tue May 13 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-3 - Removed bonding tarball and replaced it with ifenslave.c and README - FHS compliance for all tools, now to be found in /bin with compat symlinks to old places.
13 lines
392 B
Diff
13 lines
392 B
Diff
--- iputils-ss021109-vanilla/ping.c Thu Nov 7 23:53:21 2002
|
|
+++ iputils/ping.c Sun Jan 12 03:39:24 2003
|
|
@@ -285,6 +285,9 @@
|
|
perror("ping: IP_MULTICAST_IF");
|
|
exit(2);
|
|
}
|
|
+ } else if (icmp_sock >= 0) {
|
|
+ /* We possible tried to SO_BINDTODEVICE() a subinterface like 'eth0:1' */
|
|
+ perror("Warning: cannot bind to specified iface, falling back");
|
|
}
|
|
}
|
|
}
|