]> git.puffer.fish Git - mirror/frr.git/commit
Author: amir
authorpaul <paul>
Sun, 13 Apr 2003 20:20:53 +0000 (20:20 +0000)
committerpaul <paul>
Sun, 13 Apr 2003 20:20:53 +0000 (20:20 +0000)
commite05fba43875e86ba2ec6e3970e5ec3aa2d0e040c
treea04f2ab2869cb1915320ae9d30ff9d575ecee96e
parentf894c3ad34ca6f2fa35d7e8cc35db3134c184764
Author: amir
Date: 2003-04-10 14:32:31 +0200 (Thu, 10 Apr 2003)
New Revision: 212

Modified:
   zebra-ag/trunk/ospfd/ospf_lsa.c
Log:
I've fixed a small opaque lsa bug which got triggered when deleting opaque
lsa of type 11. It used area->ospf->.. when area was null. This was replaced
by a ospf = ospf_lookyp(); ospf->...
ChangeLog
ospfd/ospf_lsa.c