Mailing List Archive

[Bug 348] ospf_network_match_iface changes cause problems for upgrades
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=348





------- Additional Comments From nicolas@deffayet.com 2007-05-18 23:23 -------
There is still something broken.

0.99.6 release: working fine
0.99.7 release: ospfd don't work with point-to-point interface.
Same ospfd.conf configuration for both release, local /32 and remote /32
configured as network.

192.168.1.109 run Quagga 0.99.7 on FreeBSD 5.4
192.168.1.110 run Quagga 0.99.6 on FreeBSD 6.1

The neighbor don't come up, if i enable debuging, i can see strange message:
2007/05/18 23:58:50 OSPF: Packet from [192.168.1.110] received on link gif1
but no ospf_interface

Please find bellow more details on configuration:

---

Tunnel

gif1: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
tunnel inet 10.1.2.5 --> 10.2.3.5
inet 192.168.1.109 --> 192.168.1.110 netmask 0xffffffff

---

ospfd.conf

router ospf
ospf router-id 10.1.2.5
log-adjacency-changes detail
compatible rfc1583
redistribute connected
redistribute static
network 192.168.1.109/32 area 0.0.0.11
network 192.168.1.110/32 area 0.0.0.11
area 11 authentication message-digest
area 11 nssa translate-candidate no-summary

---

# sh ip ospf int gif1
gif1 is up
ifindex 18, MTU 1500 bytes, BW 0 Kbit <UP,POINTOPOINT,RUNNING,MULTICAST>
Internet Address 192.168.1.109/32, Broadcast 192.168.1.110, Area 0.0.0.11
[NSSA]
MTU mismatch detection:enabled
Router ID 10.1.2.5, Network Type POINTOPOINT, Cost: 16000
Transmit Delay is 1 sec, State Point-To-Point, Priority 1
No designated router on this network
No backup designated router on this network
Multicast group memberships: OSPFAllRouters
Timer intervals configured, Hello 10s, Dead 40s, Wait 40s, Retransmit 5
Hello due in 3.613s
Neighbor Count is 0, Adjacent neighbor count is 0

---

There is no neighbor in 'show ip ospf neighbors'

---

I'm sorry but ospfd in Quagga 0.99.7 is broken and don't work on PtP gif
interface on FreeBSD.
Andrew's patch don't resolve the problem.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 348] ospf_network_match_iface changes cause problems for upgrades [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=348





------- Additional Comments From ajschorr@alumni.princeton.edu 2007-05-19 00:06 -------
Can you please try again with the current 0.99.7 CVS snapshot? That
has a fix for bug #360 which was definitely causing PtP not to work on FreeBSD.
And if that doesn't work, can you please run with 'debug zebra kernel'
enabled and share the log messages?

Thanks,
Andy



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs