]> git.ipfire.org Git - thirdparty/bird.git/commit
Initial BFD commit, work in progress.
authorOndrej Zajicek <santiago@crfreenet.org>
Tue, 10 Sep 2013 10:09:36 +0000 (12:09 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 10 Sep 2013 10:09:36 +0000 (12:09 +0200)
commitbf139664aa2ae9956b520ba4813bb6e03bf1a3e8
tree33381e1e2214b32fcb169def039a891b0db58509
parentbff9ce5130d16af2fd802d42bdb2bff00980c9ae
Initial BFD commit, work in progress.
16 files changed:
lib/buffer.h [new file with mode: 0644]
lib/hash.h [new file with mode: 0644]
lib/heap.h [new file with mode: 0644]
lib/lists.c
lib/resource.c
lib/socket.h
proto/Doc
proto/bfd/Doc [new file with mode: 0644]
proto/bfd/Makefile [new file with mode: 0644]
proto/bfd/bfd.c [new file with mode: 0644]
proto/bfd/bfd.h [new file with mode: 0644]
proto/bfd/config.Y [new file with mode: 0644]
proto/bfd/io.c [new file with mode: 0644]
proto/bfd/io.h [new file with mode: 0644]
proto/bfd/packets.c [new file with mode: 0644]
sysdep/unix/io.c