diff options
author | Martin Mares <mj@ucw.cz> | 1999-08-03 19:34:26 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-08-03 19:34:26 +0000 |
commit | 9c11ec9efca2fc75495cf8dcb28a959ba22b01fa (patch) | |
tree | 80f4d7b42bebab8ed3d9df22d244baef21fe4bfd /nest/protocol.h | |
parent | 8c943173ced1fb85c627a8ba1c3d7360eab7d22b (diff) |
Implemented a Table-to-Table protocol a.k.a The Pipe.
Diffstat (limited to 'nest/protocol.h')
-rw-r--r-- | nest/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/protocol.h b/nest/protocol.h index 8d2f8cfa..a2c0eb93 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -64,6 +64,7 @@ extern struct protocol proto_device; extern struct protocol proto_rip; extern struct protocol proto_static; extern struct protocol proto_ospf; +extern struct protocol proto_pipe; /* * Routing Protocol Instance |