From 20a2c84a1c4488ae730bcb8c0ae52a12624c1848 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Thu, 27 Oct 2005 13:25:27 +0000 Subject: - config.c, listener.c: users of newer versions of ax25rtd have problems with the ip-encaps-dev feature (needed only in some environments). the problem was the implementation of the feature, which results in the obvious problem that after an upgrade ax25rtd will not learn any ip-routes and arp's. a secondary problem is, when you have more than one interface, ip-routes/arp's could be learned only via _one_ interface. - config.c: ip-maxroutes was ignored - ax25rtd.conf: s/ax24/ax25/ --- ax25rtd/ax25rtd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ax25rtd/ax25rtd.conf') diff --git a/ax25rtd/ax25rtd.conf b/ax25rtd/ax25rtd.conf index 47111a9..252b394 100644 --- a/ax25rtd/ax25rtd.conf +++ b/ax25rtd/ax25rtd.conf @@ -76,7 +76,7 @@ arp-add no [ax0] # ax25-learn-routes yes -ax24-learn-only-mine yes +ax25-learn-only-mine yes ip-learn-routes yes ip-adjust-mode no arp-add yes -- cgit v1.2.3