MCPcopy Create free account
hub / github.com/F-Stack/f-stack / print_depth_err

Function print_depth_err

dpdk/app/test-fib/main.c:827–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

825}
826
827static inline void
828print_depth_err(void)
829{
830 printf("LPM does not support /0 prefix length (default route), use "
831 "-d 0:0 option or remove /0 prefix from routes file\n");
832}
833
834static int
835run_v4(void)

Callers 2

run_v4Function · 0.85
run_v6Function · 0.85

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected