Hi

I notice that ax25rtd that come with ax25-apps-0.0.4 does not
change ip mode from VC to D even if it is ip-adjust-mode yes.
I looked in code and found in cache_ctl.c, function update_ip_route
at line 71:
if (ipmode && ipmode != bp->ipmode)
so, if ipmode (new ip mode) is 0 (trying to set D mode) then it will
NEVER be changed, so I changed it to:
if (ipmode != bp->ipmode)

and now it works, is there a reason why it does not allow automaticaly
change from VC to D ? maybe bacause of strange behavoir if other station
use ax25rtd, too.

73 de Tihomir, [EMAIL PROTECTED]

Reply via email to