]> git.puffer.fish Git - mirror/frr.git/commit
lib: Fix LYD_NEW_PATH_OUTPUT issue to support libyang v3.x 16511/head
authorLu.Mao <Lu.Mao@molex.com>
Thu, 1 Aug 2024 01:54:14 +0000 (09:54 +0800)
committerLu.Mao <lu.mao@molex.com>
Sat, 10 Aug 2024 00:32:37 +0000 (17:32 -0700)
commit87c9060f90b6b9b5a69ad1e6ba6e8ebc58d94374
treea8f1e1eac96da156418b7c347501db6fd1ede46d
parent3b3fff48be5c5e27a3508bcd1a6526fa7bbdd0ed
lib: Fix LYD_NEW_PATH_OUTPUT issue to support libyang v3.x

Fix the LYD_NEW_PATH_OUTPUT undeclared error to support the latest libyang v3.x version,
and also compatible with old version.

Signed-off-by: Lu Mao <lu.mao@molex.com>
lib/yang.c