Patrick Coleman <[email protected]> wrote:
> Ok, the following should fix this. It's a little more involved; here's
> what's new:
> 
> http://patrick.ld.net.au/ospf6d-fix-passive-interfaces-mk2.patch

So I found a bug here.

Your mk2 patch (didn't try the mk1) does not advertise gif
tunnels this works with the unpatched binary.

Config:
router-id AAA.BBB.154.120

# Temporary until area routers are doing OSPF.
redistribute static

area 0.0.0.0 {
    interface bge0

    # %%INTERFACES%%
    interface gif10
    interface gif12
    interface gif14
}

Interface:
gif10: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1280
        priority: 0
        groups: gif
        physical address inet AAA.BBB.154.120 --> AAA.BBB.154.93
        inet6 2001:dead:5:ffa::1 ->  prefixlen 64
        inet6 fe80::206:5bff:feef:8128%gif10 ->  prefixlen 64 scopeid 0x5

Reply via email to