mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +03:00
Add "route" command (which currently only displays the routing table; it
can't modify it).
This commit is contained in:
@@ -155,6 +155,9 @@ REQUIRE_OBJECT ( config_cmd );
|
||||
#ifdef IFMGMT_CMD
|
||||
REQUIRE_OBJECT ( ifmgmt_cmd );
|
||||
#endif
|
||||
#ifdef ROUTE_CMD
|
||||
REQUIRE_OBJECT ( route_cmd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in miscellaneous objects
|
||||
|
||||
Reference in New Issue
Block a user