On Mon, Jan 09, 2017 at 10:34:40PM -0800, Dave Taht wrote: > On Mon, Jan 9, 2017 at 5:54 AM, Baptiste Jonglez > <[email protected]> wrote: > > Hi Dave, > > > > On Fri, Jan 06, 2017 at 11:32:40AM -0800, Dave Taht wrote: > >> The recent babel 1.8 commit into lede does not include support for the > >> install or table keywords in filters. I can fix that.... > > > > I seem to have missed this change, when was it introduced? > > 1.8. > > table, type, install are new keywords.
So, I just checked, and the init script already supports the new filter
keywords. You can use something like:
config filter
option type 'install'
option ip '10.0.0.0/8'
option action 'table 10'
and this will be translated into babeld configuration:
install ip 10.0.0.0/8 table 10
Baptiste
signature.asc
Description: PGP signature
_______________________________________________ Babel-users mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

