Signed-off-by: Rui Paulo <rpaulo@xxxxxxxxx> --- mpath.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/mpath.c b/mpath.c index e848481..eb5ad6a 100644 --- a/mpath.c +++ b/mpath.c @@ -184,6 +184,8 @@ static int handle_mpath_dump(struct nl80211_state *state, struct nl_msg *msg, int argc, char **argv) { + printf("DEST ADDR NEXT HOP IFACE\tDSN\tMETRIC\tQLEN\t" + "EXPTIME\t\tDTIM\tDRET\tFLAGS\n"); nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_mpath_handler, NULL); return 0; } -- 1.5.6.5 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html