commit | e05fba43875e86ba2ec6e3970e5ec3aa2d0e040c | [log] [tgz] |
---|---|---|
author | paul <paul> | Sun Apr 13 20:20:53 2003 +0000 |
committer | paul <paul> | Sun Apr 13 20:20:53 2003 +0000 |
tree | a04f2ab2869cb1915320ae9d30ff9d575ecee96e | |
parent | f894c3ad34ca6f2fa35d7e8cc35db3134c184764 [diff] |
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->...