[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130723225246.GR10216@zirkel.wertarbyte.de>
Date: Wed, 24 Jul 2013 00:52:46 +0200
From: Stefan Tomanek <stefan.tomanek@...tarbyte.de>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] fib_rules: add minimum prefix length
Dies schrieb Stephen Hemminger (stephen@...workplumber.org):
> > --- a/include/uapi/linux/fib_rules.h
> > +++ b/include/uapi/linux/fib_rules.h
> > @@ -45,7 +45,7 @@ enum {
> > FRA_FLOW, /* flow/class id */
> > FRA_UNUSED6,
> > FRA_UNUSED7,
> > - FRA_UNUSED8,
> > + FRA_TABLE_PREFIXLEN_MIN,
> > FRA_TABLE, /* Extended table id */
> > FRA_FWMASK, /* mask for netfilter mark */
> > FRA_OIFNAME,
>
> Not sure if reusing an entry or adding a new value is better
> to retain compatibility.
Well, neither am I; my first changesets did in fact act a new value,
but I then switched to reusing an existing one. I am open to suggestions
from people having more experience with the existing code base.
> Also don't you have to update FRA_GENERIC_POLICY?
Well, I'm not sure - as I said, I was glad that I was able to add this
functionality (which I was craving for quite some time now) to the kernel,
so please feel free to point out (and possibly iron out) any issues with it.
Thank you very much for your response
Stefan Tomanek
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists