Hello!
If you want to export these routes via OSPF3, it should be enough to add
the interfaces as stub:
interface "eth5" { stub; }
where "eth5" is the interface that creates the route you need to export
via OSPF3.
(Writing without looking into doc, the syntax may be slightly different.)
MQ
On
Hello list,
I'm a new in Bird word :).
I'm working on a Bird mock-up. I'm actually blocked on OSPF filters.
OSPF conf for First Router:
*protocol ospf OSPF {*
*import filter NFRANCE_OSPF_IN;*
*export filter NFRANCE_OSPF_OUT;*
*rfc1583compat yes;*
*area 0 {*
*
Ondrej,
But grep'ing for RTN_LOCAL in the code, I have also tried this but then the
route is marked 'unreachable' and I cannot import it to be exporting in OSPFv3
(which is my goal actually).
Thanks for confirming that I was looking in the right direction ;-)
-éric
On 25/11/16 15:46, "Ondrej
Sorry, I've not read your email carefully.
I saw errors "kernel1 < rejected by protocol" in log and lack of "device
routes yes" in config and suggest my solution.
local table has special meaning in Linux, and I've never try do some
trick with it. I can suggest use ip monitor and read bird sour
On Fri, Nov 25, 2016 at 11:39:32AM +, Eric Vyncke (evyncke) wrote:
> Hello,
>
> I am trying to import 'local' routes from the kernel into Bird without any
> success...
>
> The route is installed as: "/sbin/ip -6 route add local
> 2001:db8:cafe:babe::/64 dev lo" (it allows the host to reply/
Hi Volodymyr,
Thanks for your suggestion, but, already tried without any success :-(
-éric
On 25/11/16 13:21, "Volodymyr Samodid" wrote:
Hi Eric,
have you tried "device routes yes" ?
http://bird.network.cz/?get_doc&f=bird-6.html#ss6.6
On 11/25/2016 01:39 PM, Eric Vync
Hi Eric,
have you tried "device routes yes" ?
http://bird.network.cz/?get_doc&f=bird-6.html#ss6.6
On 11/25/2016 01:39 PM, Eric Vyncke (evyncke) wrote:
Hello,
I am trying to import 'local' routes from the kernel into Bird without
any success...
The route is installed as: "/sbin/ip -6 route
Hello,
I am trying to import 'local' routes from the kernel into Bird without any
success...
The route is installed as: "/sbin/ip -6 route add local 2001:db8:cafe:babe::/64
dev lo" (it allows the host to reply/answer to any address in this prefix :-))
My bird6.conf is:
protocol direct {
inter