From: Bernard Pidoux <pidoux@ccr.jussieu.fr>
To: linux-hams <linux-hams@vger.kernel.org>
Cc: C Schuman <k4gbb1@earthlink.net>,
Ray Wells <vk2tv@exemail.com.au>,
"kd4yal@tampabay.rr.com" <kd4yal@tampabay.rr.com>
Subject: [PATCH] ax25ipd (ax25-apps-0.0.6.2)
Date: Sun, 09 Dec 2007 21:59:32 +0100 [thread overview]
Message-ID: <475C5734.4060306@ccr.jussieu.fr> (raw)
In-Reply-To: <20071205.021741.176966054.davem@davemloft.net>
Hi,
I found that my previous patch for ax25ipd did not give good results.
Here is the new patch.
diff -ruN ax25-apps-0.0.6.2/ax25ipd/ax25ipd.h
ax25-apps-0.0.6.2b/ax25ipd/ax25ipd.h
--- ax25ipd/ax25ipd.h 2005-12-23 21:21:40.000000000 +0100
+++ ax25ipd/ax25ipd.h 2007-12-06 11:21:58.000000000 +0100
@@ -41,7 +41,7 @@
*
*/
-#define VERS2 "Version 1.0.3"
+#define VERS2 "Version 1.0.5"
#define IPPROTO_AX25 93
#define DEFAULT_UDP_PORT 10093
diff -ruN ax25-apps-0.0.6.2/ax25ipd/config.c
ax25-apps-0.0.6.2b/ax25ipd/config.c
--- ax25ipd/config.c 2005-12-23 21:21:41.000000000 +0100
+++ ax25ipd/config.c 2007-12-09 13:55:41.000000000 +0100
@@ -310,8 +310,8 @@
strncpy(thost,q,255);
thost[255]=0;
} else {
- return -5;
- }
+ fprintf(stderr,"ax25ipd: %s host IP address unknown - will probe it
again later\n",q);
+ }
}
while ((q = strtok(NULL, " \t\n\r")) != NULL) {
diff -ruN ax25-apps-0.0.6.2/ax25ipd/HISTORY.ax25ipd
ax25-apps-0.0.6.2b/ax25ipd/HISTORY.ax25ipd
--- ax25ipd/HISTORY.ax25ipd 2005-12-23 21:21:41.000000000 +0100
+++ ax25ipd/HISTORY.ax25ipd 2007-12-06 11:27:02.000000000 +0100
@@ -49,6 +49,11 @@
* on UDP port. Also deleted exit(3) for errors occuring
with
* kiss serial port (f6bvp).
*
+ * 1.0.4 when started the program stopped if resolving host ip from
+ * its hostname was unsuccessful (f6bvp).
+ * Replaced this by a simple error warning as the remote host could
+ * be temporary down and the address will be checked again later.
+ *
* July97 Added support for broadcast addresses and routes.
* Converted route array to a linked list and removed the
* maximum route limitations. (vk2ktj)
73 de Bernard, f6bvp
prev parent reply other threads:[~2007-12-09 20:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-04 15:11 [PATCH][ROSE] Trivial compilation CONFIG_INET=n case Pavel Emelyanov
2007-12-05 10:17 ` David Miller
2007-12-06 11:18 ` [PATCH] ax25ipd (ax25-apps-0.0.6.2) Bernard Pidoux
2007-12-09 20:59 ` Bernard Pidoux [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=475C5734.4060306@ccr.jussieu.fr \
--to=pidoux@ccr.jussieu.fr \
--cc=k4gbb1@earthlink.net \
--cc=kd4yal@tampabay.rr.com \
--cc=linux-hams@vger.kernel.org \
--cc=vk2tv@exemail.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox