mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 03:47:27 +08:00
Silence rtems_bsd_ifconfig()
This commit is contained in:
@@ -59,6 +59,7 @@ rtems_bsd_ifconfig(const char *ifname, const char *addr_self,
|
|||||||
};
|
};
|
||||||
char *dflt_route[] = {
|
char *dflt_route[] = {
|
||||||
"route",
|
"route",
|
||||||
|
"-q",
|
||||||
"add",
|
"add",
|
||||||
"default",
|
"default",
|
||||||
__DECONST(char *, addr_gateway),
|
__DECONST(char *, addr_gateway),
|
||||||
|
Reference in New Issue
Block a user