mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Add route() function to display routing table.
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include <vsprintf.h>
|
||||
#include <gpxe/netdevice.h>
|
||||
#include <usr/ifmgmt.h>
|
||||
#include <usr/route.h>
|
||||
#include <usr/autoboot.h>
|
||||
|
||||
/** @file
|
||||
@@ -81,6 +82,8 @@ void netboot ( struct net_device *netdev ) {
|
||||
ifstat ( netdev );
|
||||
|
||||
test_dhcp ( netdev );
|
||||
|
||||
route();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user