X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-sysinfo.c;h=fb1954f44f0fc7d2ce498764a665e419089c9cf7;hp=142c70506aa8e833a42ec8ad4e71be1b1c3e351b;hb=df46fcfe4867fd16729bb10dfb82dcd43595c6c2;hpb=072847109936bc0e822f8cf67c31eb62183f0db8 diff --git a/ui/ncurses/nc-sysinfo.c b/ui/ncurses/nc-sysinfo.c index 142c705..fb1954f 100644 --- a/ui/ncurses/nc-sysinfo.c +++ b/ui/ncurses/nc-sysinfo.c @@ -175,7 +175,8 @@ static void sysinfo_screen_populate(struct sysinfo_screen *screen, if_info_mac_str(info, macbuf, sizeof(macbuf)); line("%s:", info->name); - line(" MAC: %s", macbuf); + line(" MAC: %s", macbuf); + line(" link: %s", info->link ? "up" : "down"); line(NULL); }