mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-31 00:23:50 +00:00
92768cdcd0
Compiles. With -N start to try to send regular packets.
12 lines
230 B
C
12 lines
230 B
C
#include "mphlr.h"
|
|
|
|
int overlay_add_selfannouncement(overlay_buffer *b)
|
|
{
|
|
return WHY("Not implemented");
|
|
}
|
|
|
|
int overlay_get_nexthop(overlay_payload *p,unsigned char *nexthop,int *nexthoplen)
|
|
{
|
|
return WHY("Not implemented");
|
|
}
|