]> git.puffer.fish Git - matthieu/frr.git/commit
ripd: fix problems with the "ip rip authentication" command
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 5 Apr 2019 01:28:00 +0000 (22:28 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Tue, 2 Jul 2019 01:56:52 +0000 (22:56 -0300)
commit94b7ff4649f80a2a388f28d2728fe85b890546cf
tree098c113c2f6775551fc97461bd8b82ac37b07c19
parentcd327983bd840e954ce46364b1ff18b73c2bb69f
ripd: fix problems with the "ip rip authentication" command

libyang-0.16-r3 doesn't allow the creation of data nodes if their
corresponding "when" statement (if any) resolves to false. This
change broke the "ip rip authentication" command.

This commit adapts this command so that it's not affected by the
new libyang stricter validation checks.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ripd/rip_cli.c