Discussion:
"route" extension for npf
(too old to reply)
Jonathan A. Kollasch
2014-05-19 18:13:42 UTC
Permalink
Attached are a few patches that add a "route-to"-like procedure to npf.
(Currently only implemented for IPv6.)

Jonathan Kollasch
Christos Zoulas
2014-05-19 19:11:30 UTC
Permalink
-=-=-=-=-=-
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


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Jonathan A. Kollasch
2014-05-19 19:22:52 UTC
Permalink
Post by Christos Zoulas
-=-=-=-=-=-
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

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Loading...