mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-30 16:13:51 +00:00
229850c8d7
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");
|
|
}
|