diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-04-26 21:13:08 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-04-29 17:05:21 +0300 |
| commit | 1457b1d5dfe8e762487641667ee448b287e9c813 (patch) | |
| tree | b5aafd28b605c6223bd5bd28e9d1e99724fe68ee /isisd/isis_nb.c | |
| parent | aaf8e80994d431b66b4930d221f2743f0b57da6f (diff) | |
isisd, yang: remove vrf leaf from isis interface node
This is very confusing and incorrect. We can and should use vrf leaf of
the interface itself instead.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'isisd/isis_nb.c')
| -rw-r--r-- | isisd/isis_nb.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/isisd/isis_nb.c b/isisd/isis_nb.c index 227724934b..4eac8de2cb 100644 --- a/isisd/isis_nb.c +++ b/isisd/isis_nb.c @@ -686,13 +686,6 @@ const struct frr_yang_module_info frr_isisd_info = { }, }, { - .xpath = "/frr-interface:lib/interface/frr-isisd:isis/vrf", - .cbs = { - .modify = lib_interface_isis_vrf_modify, - }, - }, - - { .xpath = "/frr-interface:lib/interface/frr-isisd:isis/circuit-type", .cbs = { .cli_show = cli_show_ip_isis_circ_type, |
