mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 05:07:56 +00:00
Self-announcements now abbreviate addresses, and in theory they get expanded on reception -- but more testing and coding required.
8 lines
141 B
C
8 lines
141 B
C
#include "mphlr.h"
|
|
|
|
|
|
int overlay_get_nexthop(overlay_payload *p,unsigned char *nexthop,int *nexthoplen)
|
|
{
|
|
return WHY("Not implemented");
|
|
}
|