diff options
author | Christian Franke <chris@opensourcerouting.org> | 2018-07-26 22:53:08 +0200 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2018-08-03 13:25:39 +0200 |
commit | 321c1bbb940d813735883bfc80cc5bdabb3543c9 (patch) | |
tree | 5551f5c8f24e08175445d4627908eb686910ec6c /isisd/isisd.h | |
parent | isisd: don't infer spftree from address family (diff) | |
download | frr-321c1bbb940d813735883bfc80cc5bdabb3543c9.tar.xz frr-321c1bbb940d813735883bfc80cc5bdabb3543c9.zip |
isisd: make spf code dst-src aware
Take the source-prefix sub-TLV into consideration when running SPF
and support creation/deletion of dst-src routes as result.
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'isisd/isisd.h')
-rw-r--r-- | isisd/isisd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isisd/isisd.h b/isisd/isisd.h index fef18ed6f..ce602e440 100644 --- a/isisd/isisd.h +++ b/isisd/isisd.h @@ -66,6 +66,7 @@ DECLARE_QOBJ_TYPE(isis_area) enum spf_tree_id { SPFTREE_IPV4 = 0, SPFTREE_IPV6, + SPFTREE_DSTSRC, SPFTREE_COUNT }; |