diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2021-04-26 20:13:08 +0200 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-04-29 16:05:21 +0200 |
commit | 1457b1d5dfe8e762487641667ee448b287e9c813 (patch) | |
tree | b5aafd28b605c6223bd5bd28e9d1e99724fe68ee /yang | |
parent | isisd: don't use operational data in "ip/ipv6 router isis" (diff) | |
download | frr-1457b1d5dfe8e762487641667ee448b287e9c813.tar.xz frr-1457b1d5dfe8e762487641667ee448b287e9c813.zip |
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 'yang')
-rw-r--r-- | yang/frr-isisd.yang | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/yang/frr-isisd.yang b/yang/frr-isisd.yang index be7426957..46ad8d397 100644 --- a/yang/frr-isisd.yang +++ b/yang/frr-isisd.yang @@ -506,13 +506,6 @@ module frr-isisd { "Area-tag associated to this circuit."; } - leaf vrf { - type frr-vrf:vrf-ref; - default "default"; - description - "VRF NAME."; - } - leaf ipv4-routing { type boolean; default "false"; |