It seems that you have found the very same issue I have already documented:
http://hamradio.ucsd.edu/mailman/private/44net/2013-March/000848.html https://github.com/hessu/rip44d/issues/7
Unfortunately I haven't heard back from the author or someone else and I'm not a perl developer, so I cannot fix it myself.
Best regards,
Marc
Quoting lleachii@aol.com:
The populated route reads:
44.182.21.0 via 89.122.215.236 dev tunl0 onlink window 840
44.182.21.0 is a valid IP address on the ICANN Internet and does not imply a subnet in any form.
It should contain a /24 notation as in the AMPRPortal:
44.182.21.0/24 via 89.122.215.236 dev tunl0 onlink window 840
No AMPR networks on my routing table (populated by RIP44d) contain the proper CIDR notations.
On Thu, 11 Apr 2013, Marc, LX1DUC wrote:
It seems that you have found the very same issue I have already documented:
http://hamradio.ucsd.edu/mailman/private/44net/2013-March/000848.html https://github.com/hessu/rip44d/issues/7
Unfortunately I haven't heard back from the author or someone else and I'm not a perl developer, so I cannot fix it myself.
Oops, I have been a bit busy with other things (aprsc, SSL and SCTP, and painting the apartment).
I just pushed a 1-line fix for this bug in github. Please try the current version, it should work fine:
https://raw.github.com/hessu/rip44d/master/rip44d
I have no idea how that bug crept in there.
https://github.com/hessu/rip44d/commit/b7bdcfba2a2
- Hessu
Quoting Heikki Hannikainen hessu@hes.iki.fi:
Oops, I have been a bit busy with other things (aprsc, SSL and SCTP, and painting the apartment).
I just pushed a 1-line fix for this bug in github. Please try the current version, it should work fine:
https://raw.github.com/hessu/rip44d/master/rip44d
I have no idea how that bug crept in there.
I didn't mean to push or blame you, I'm really happy that you took the time to write this piece of very valuable software.
I'll test the code and let you know asap.
73 de Marc, LX1DUC
Quoting "Marc, LX1DUC" lx1duc@rlx.lu:
I'll test the code and let you know asap.
The fix works perfect:
# ip route list table 44 default via 169.228.66.251 dev tunl0 onlink 44.0.0.1 via 169.228.66.251 dev tunl0 onlink window 840 44.2.1.32/29 via 76.14.161.185 dev tunl0 onlink window 840 44.2.8.180/30 via 192.147.172.252 dev tunl0 onlink window 840 44.2.10.0/29 via 71.130.72.52 dev tunl0 onlink window 840 ...
Maybe you should send a separate announcement to this list suggesting to update rip44d file.
73 de Marc, LX1DUC