From: Roman Mashak Date: Sun, 28 Aug 2016 12:52:40 +0000 (-0400) Subject: police: add extra space to improve police result printing X-Git-Tag: v4.8.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cef49e514a184dfd6cfa11192cfb0b723a418be0;p=thirdparty%2Fiproute2.git police: add extra space to improve police result printing Signed-off-by: Roman Mashak Signed-off-by: Jamal Hadi Salim --- diff --git a/tc/m_police.c b/tc/m_police.c index f0b179fcc..d7fa8f665 100644 --- a/tc/m_police.c +++ b/tc/m_police.c @@ -322,7 +322,7 @@ int print_police(struct action_util *a, FILE *f, struct rtattr *arg) if (tb[TCA_POLICE_RESULT]) { __u32 action = rta_getattr_u32(tb[TCA_POLICE_RESULT]); - fprintf(f, "/%s", action_n2a(action)); + fprintf(f, "/%s ", action_n2a(action)); } else fprintf(f, " ");