]> git.ipfire.org Git - thirdparty/bird.git/commit
ospf.c and ospc.h splitted into various files.
authorOndrej Filip <feela@network.cz>
Wed, 17 Nov 1999 15:50:41 +0000 (15:50 +0000)
committerOndrej Filip <feela@network.cz>
Wed, 17 Nov 1999 15:50:41 +0000 (15:50 +0000)
commit4364b47e48ddedb841e8ec8db25c8b4fa878a911
tree5a74249c27264f814a0c3fa0f446bb79d35b2d13
parentbff1db76292b194bbbf0c476d960f40aa0ea47ce
ospf.c and ospc.h splitted into various files.
14 files changed:
proto/ospf/Makefile
proto/ospf/dbdes.c [new file with mode: 0644]
proto/ospf/dbdes.h [new file with mode: 0644]
proto/ospf/hello.c [new file with mode: 0644]
proto/ospf/hello.h [new file with mode: 0644]
proto/ospf/iface.c [new file with mode: 0644]
proto/ospf/iface.h [new file with mode: 0644]
proto/ospf/neighbor.c [new file with mode: 0644]
proto/ospf/neighbor.h [new file with mode: 0644]
proto/ospf/ospf.c
proto/ospf/ospf.h
proto/ospf/packet.c [new file with mode: 0644]
proto/ospf/packet.h [new file with mode: 0644]
proto/ospf/topology.h [new file with mode: 0644]