diff options
author | Christian Franke <chris@opensourcerouting.org> | 2013-12-16 15:00:28 +0100 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2014-01-08 13:53:50 +0100 |
commit | 40b50b6618d3de2da3f0b1d5cb78f2bc277c7f20 (patch) | |
tree | cea94808511e1b77f8000a0de083b3b4f0bfbefa /lib | |
parent | fdc8614c306e5b61224d1ab4b63c00c558dbb07e (diff) |
isisd: first feeble attempt at redistribute
Diffstat (limited to 'lib')
-rw-r--r-- | lib/routemap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/routemap.h b/lib/routemap.h index ba64553f..2479c81a 100644 --- a/lib/routemap.h +++ b/lib/routemap.h @@ -47,7 +47,8 @@ typedef enum RMAP_OSPF, RMAP_OSPF6, RMAP_BGP, - RMAP_ZEBRA + RMAP_ZEBRA, + RMAP_ISIS, } route_map_object_t; typedef enum |