diff options
author | Kaushik <kaushik@niralnetworks.com> | 2020-07-13 14:37:59 +0200 |
---|---|---|
committer | Kaushik <kaushik@niralnetworks.com> | 2020-08-14 22:46:22 +0200 |
commit | eab88f3655ba7549211f6bcc6fbc8edc3d51ede1 (patch) | |
tree | b8b2601b48d5f19a3d6648174567c8c364a2e8f3 /isisd/isis_adjacency.c | |
parent | Merge pull request #6889 from opensourcerouting/isisd-assorted-fixes (diff) | |
download | frr-eab88f3655ba7549211f6bcc6fbc8edc3d51ede1.tar.xz frr-eab88f3655ba7549211f6bcc6fbc8edc3d51ede1.zip |
isisd : Transformational changes to support different VRFs.
1. Created a structure "isis master".
2. All the changes are related to handle ISIS with different vrf.
3. A new variable added in structure "isis" to store the vrf name.
4. The display commands for isis is changed to support different VRFs.
Signed-off-by: Kaushik <kaushik@niralnetworks.com>
Diffstat (limited to 'isisd/isis_adjacency.c')
-rw-r--r-- | isisd/isis_adjacency.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/isisd/isis_adjacency.c b/isisd/isis_adjacency.c index ab133cbfd..af5258846 100644 --- a/isisd/isis_adjacency.c +++ b/isisd/isis_adjacency.c @@ -50,8 +50,6 @@ #include "isisd/fabricd.h" #include "isisd/isis_nb.h" -extern struct isis *isis; - static struct isis_adjacency *adj_alloc(const uint8_t *id) { struct isis_adjacency *adj; |