summaryrefslogtreecommitdiffstats
path: root/proto
AgeCommit message (Collapse)Author
2000-06-03More conf. items defined.Ondrej Filip
2000-06-03Multiple items in area {} :-)Ondrej Filip
2000-06-03interface {} added.Ondrej Filip
2000-06-02area {} added to config.Ondrej Filip
2000-06-02First option into config added. :-)Ondrej Filip
2000-06-02Flush LSA when receive aged one.Ondrej Filip
2000-06-02Bugfix in receiving of aged LSA.Ondrej Filip
2000-06-02Better LSA Aging.Ondrej Filip
2000-06-02sh interface "iface" dumpped all.Ondrej Filip
2000-06-02Better dumping, if I get strange lsack.Ondrej Filip
2000-06-02Handle "show ospf *" even if protocol is down.Ondrej Filip
2000-06-02Silly bug in sh interface. Now I test ALL interfaces. :-)Ondrej Filip
2000-06-02Speedup loading process.Ondrej Filip
2000-06-02Bugfix in lsreq receiving.Ondrej Filip
2000-06-01Added show ospf interface.Ondrej Filip
show ospf neighbors now knows "<interface>".
2000-06-01show ospf implemented.Ondrej Filip
2000-06-01Cisco-like "show ospf neighbors" implemented.Ondrej Filip
2000-06-01Print route tag in hexadecimal and omit it if it's zero.Martin Mares
2000-06-01Updated to new neighbor cache.Martin Mares
2000-06-01Updated RIP to new neighbor cache semantics. When presented with next hopMartin Mares
equal to a local address, just ignore the route (as it is usually just an external route exported by us echoed by some RIP peer), when given an invalid next hop, moan to the log.
2000-06-01Print tag unsigned rather then signed.Ondrej Filip
2000-06-01Calculate checksum when reflooding (after min ls_refresh).Ondrej Filip
2000-06-01Cleanup.Ondrej Filip
2000-06-01Very stuping bug. (I took me 4 hours to find it!)Ondrej Filip
I just wrote "=!" instead of "!=". :-(((((((
2000-05-31Ehm, some other "down" steps.Ondrej Filip
2000-05-31Some bugs in cleanup after iface down.Ondrej Filip
2000-05-31Why does not work "sk_close(sk);rfree(sk);"?Ondrej Filip
2000-05-31Better debugging.Ondrej Filip
Safe neigh_list deleting.
2000-05-31And finally, Premature aging works. :-)Ondrej Filip
2000-05-31Another step to make premature aging better.Ondrej Filip
2000-05-31Warning destroyed. :-)Ondrej Filip
2000-05-31Flood my LSA (if exists) after old one is flushed.Ondrej Filip
2000-05-31Set E2 metric for internal routes to LSINFINITY.Ondrej Filip
2000-05-31Delete _all_ ext routes from unreachable neighbor.Ondrej Filip
2000-05-31Stuping bug in net LSA origination. Now, I should surviveOndrej Filip
loss of my only neighbor.
2000-05-31Sort cleanup in aging.Ondrej Filip
2000-05-31LSArt origination and routing table calculation is now not doing soOndrej Filip
often. Instead of calculation I just schedule it latter.
2000-05-31Handle better next hop in external LSA.Ondrej Filip
2000-05-31Very ancient bug in (B)DR election, I didn't fill correctly my own IP.Ondrej Filip
2000-05-31Added tagging of external LSA.Ondrej Filip
2000-05-31Updated all the Doc files to new format.Martin Mares
2000-05-31Ehm, in had this in code: "break; i--;" :-(Ondrej Filip
2000-05-31IPv6: Absolutize link-scope addresses of incoming packets.Martin Mares
IPv6 socket interface is hopefully right now.
2000-05-30Route attributes for OSPF.Martin Mares
2000-05-30Removed several unused local variables.Martin Mares
2000-05-30Added \n in debug.Ondrej Filip
2000-05-30Stupig bug in debugging.Ondrej Filip
2000-05-30You can decide if add LSA into lsrth during flood_lsa().Ondrej Filip
2000-05-30Reflood your old lsa.Ondrej Filip
2000-05-30Don't run rt calculation twice.Ondrej Filip