Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
827
static inline void
828
print_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
834
static int
835
run_v4(void)
Callers
2
run_v4
Function · 0.85
run_v6
Function · 0.85
Calls
1
printf
Function · 0.50
Tested by
no test coverage detected