On Fri, Apr 7, 2017 at 4:19 AM, Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > > 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! Point noted. Will be more careful in future. :) Thanks, Gargi -- 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