On Wed, Mar 29, 2017 at 12:20:18AM +0530, Gargi Sharma wrote: > diff --git a/extensions/libxt_TOS.c b/extensions/libxt_TOS.c > index cef5876..f284d83 100644 > --- a/extensions/libxt_TOS.c > +++ b/extensions/libxt_TOS.c > @@ -183,6 +183,30 @@ static void tos_tg_save(const void *ip, const struct xt_entry_target *target) [...] > + xt_xlate_add(xl, "ip dscp set 0x%02x", dscp); [...] > + xt_xlate_add(xl, " ip6 dscp set 0x%02x", dscp); ^ And there's a space here. You have to be more careful. Thanks! -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html