tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: "route" extension for npf



On Mon, May 19, 2014 at 07:11:30PM +0000, Christos Zoulas wrote:
> In article <20140519181342.GC4054%tazenda.kollasch.net@localhost>,
> Jonathan A. Kollasch <jakllsch%kollasch.net@localhost> wrote:
> >-=-=-=-=-=-
> >
> >Attached are a few patches that add a "route-to"-like procedure to npf.
> >(Currently only implemented for IPv6.)
> 
> Can you please provide an example configuration file that uses it?
> I am interested how you can have multiple route-to's set up.
> 
> christos

something like



$A_sn = 2001:db8::/48

procedure "routeA" {
        route: gif0
}

group default {
        pass out family inet6 from $A_sn to any apply "routeA"
}


        Jonathan Kollasch


Home | Main Index | Thread Index | Old Index