I've been able to successfully compile ampr-ripd
for the native OS (Ubuntu Linux x64); but I receive errors when trying to compile for
MIPS:
IPPORT_ROUTESERVER should be defined in <netinet/in.h>
When it isn't, you can work around that by inserting this line near the top of the
ampr-ripd.c file near the other #define lines:
#define IPPORT_ROUTESERVER 520
Rob