diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2020-12-06 02:10:54 +0100 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2021-01-09 02:22:11 +0100 |
commit | 7ab5ca104752c180c3756b007c8d3bba88cc7d1b (patch) | |
tree | af5e4e3327073c3b28710d9f6ed18cbda34d75e1 /yang | |
parent | ldpd: add support for RLFA clients (diff) | |
download | frr-7ab5ca104752c180c3756b007c8d3bba88cc7d1b.tar.xz frr-7ab5ca104752c180c3756b007c8d3bba88cc7d1b.zip |
isisd: fix LFA command to use correct operations
The "load-sharing" node is a boolean leaf that has a default
value. As such, it doesn't make sense to either create or delete
it. That node always exists in the configuration tree. Its value
should only be modified. Change the corresponding CLI wrapper
command to reflect that fact.
This commit doesn't introduce any change of behavior as the NB API
maps create/destroy edit operations to modify operations whenever
that makes sense. However it's better to not rely on that behavior
and always use the correct operations in the CLI commands.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'yang')
0 files changed, 0 insertions, 0 deletions