]> git.puffer.fish Git - matthieu/frr.git/commit
lib: fix northbound merge code (libyang)
authorChristian Hopps <chopps@gmail.com>
Thu, 20 May 2021 06:49:32 +0000 (06:49 +0000)
committerChristian Hopps <chopps@gmail.com>
Thu, 20 May 2021 07:38:09 +0000 (07:38 +0000)
commit44cd2b2c2a152a449511714cde33650b3a114b7b
tree8399d96d4bed25022b37239b4a98c2d09b977f88
parente804e2597caa202a75b3d39aafd585bce5bb09aa
lib: fix northbound merge code (libyang)

lyd_merge_tree replaces dest siblings with source siblings, not what we
want. Instead lyd_merge_siblings to keep both. Instead lyd_merge_siblings
to keep both.

Signed-off-by: Christian Hopps <chopps@labn.net>
lib/northbound.c