mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-07 03:29:15 +00:00
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");
|
||
|
}
|