ref: 8767dca5bd4a61212cf2099673f6445eabd4dc4b
parent: 0ee70192a6748cb9adf572ac584ca7dd417cf1ef
author: 9ferno <[email protected]>
date: Mon Sep 13 06:31:34 EDT 2021
show sys
--- a/appl/cmd/ip/dhcp.b
+++ b/appl/cmd/ip/dhcp.b
@@ -135,7 +135,7 @@
printcfg(cfg: ref Bootconf)
{
- sys->print("ip=%s ipmask=%s ipgw=%s iplease=%d\n", cfg.ip, cfg.ipmask, cfg.ipgw, cfg.lease);
+ sys->print("ip=%s ipmask=%s ipgw=%s iplease=%d sys=%s\n", cfg.ip, cfg.ipmask, cfg.ipgw, cfg.lease, cfg.sys);
}
finddev(ifcdir: string): string