diff options
author | hasso <hasso> | 2004-06-12 14:33:05 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-06-12 14:33:05 +0000 |
commit | 1a14c4f73267791874bf713fc9df93f0714defd6 (patch) | |
tree | 2579d8b99ac35e1ccbbb42552b884a9668955937 /lib/memory.h | |
parent | 53f480a818e0bc7ca7dd7fd4c8fcacabad376fd8 (diff) | |
download | quagga-1a14c4f73267791874bf713fc9df93f0714defd6.tar.bz2 quagga-1a14c4f73267791874bf713fc9df93f0714defd6.tar.xz |
OK, here it is - irdp support. But don't expect me to fix any bugs in it.
Diffstat (limited to 'lib/memory.h')
-rw-r--r-- | lib/memory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/memory.h b/lib/memory.h index 96b5f6c5..40081fe0 100644 --- a/lib/memory.h +++ b/lib/memory.h @@ -38,6 +38,7 @@ enum MTYPE_VTY_HIST, MTYPE_VTY_OUT_BUF, MTYPE_IF, + MTYPE_IF_IRDP, MTYPE_CONNECTED, MTYPE_AS_SEG, MTYPE_AS_STR, |