diff options
| author | harios_niral <hari@niralnetworks.com> | 2020-08-18 00:26:51 -0700 |
|---|---|---|
| committer | harios_niral <hari@niralnetworks.com> | 2020-09-01 00:48:05 -0700 |
| commit | 65251ce80f02a61cfa06d752aa914bffd8493918 (patch) | |
| tree | e5f8135247f8eebea385afb060050253378a6371 /doc/figures | |
| parent | 3fb56785725fd545ad72ff2388f9e8e6a150826f (diff) | |
doc, yang, isisd : Support for different VRF in isisd
1. Added isis with different vrf and it's dependecies.
2. Added new vrf leaf in yang.
3. A minor change for IF_DOWN_FROM_Z passing argrument is
replaced with ifp pointer in api "isis_if_delete_hook()".
4. Minor fix in the isisd spf unit test.
Co-authored-by: Kaushik <kaushik@niralnetworks.com>"
Signed-off-by: harios_niral <hari@niralnetworks.com>
Diffstat (limited to 'doc/figures')
| -rw-r--r-- | doc/figures/nodes.dot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/figures/nodes.dot b/doc/figures/nodes.dot index b548b5529a..4ce147b2c4 100644 --- a/doc/figures/nodes.dot +++ b/doc/figures/nodes.dot @@ -47,7 +47,7 @@ digraph climodes { CONFIG_NODE -> OSPF_NODE [ label="router ospf [(1-65535)] [vrf NAME]" ]; CONFIG_NODE -> OSPF6_NODE [ label="router ospf6" ]; CONFIG_NODE -> LDP_NODE [ label="mpls ldp" ]; - CONFIG_NODE -> ISIS_NODE [ label="router isis WORD" ]; + CONFIG_NODE -> ISIS_NODE [ label="router isis WORD [vrf NAME]" ]; CONFIG_NODE -> RMAP_NODE [ label="route-map WORD <deny|permit> (1-65535)" ]; CONFIG_NODE -> PW_NODE [ label="pseudowire IFNAME" ]; CONFIG_NODE -> VTY_NODE [ label="line vty" ]; |
