[Quagga-bugs] [Bug 348] ospf_network_match_iface changes cause problems for upgrades

bugzilla-daemon at allevil.dishone.st bugzilla-daemon at allevil.dishone.st
Thu Apr 19 10:42:16 IST 2007


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 at deffayet.com  2007-04-19 09:42 -------
There is something broken.

0.99.6 release: working fine

0.99.6 CVS 20070416: ospfd don't work with point-to-point interface.

The neighbor don't come up, if i enable debuging, i can see strange message:
 2007/04/18 15:39:32 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 kernel route-map import-kernel
 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, Peer 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
...
  Neighbor Count is 0, Adjacent neighbor count is 0

---  
  
  
  
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


More information about the Quagga-bugs mailing list