summaryrefslogtreecommitdiff
path: root/pathd/path_nb.c
diff options
context:
space:
mode:
Diffstat (limited to 'pathd/path_nb.c')
-rw-r--r--pathd/path_nb.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/pathd/path_nb.c b/pathd/path_nb.c
index a210e31b9c..9c622883bc 100644
--- a/pathd/path_nb.c
+++ b/pathd/path_nb.c
@@ -90,6 +90,7 @@ const struct frr_yang_module_info frr_pathd_info = {
.xpath = "/frr-pathd:pathd/srte/segment-list/segment/sid-value",
.cbs = {
.modify = pathd_srte_segment_list_segment_sid_value_modify,
+ .destroy = pathd_srte_segment_list_segment_sid_value_destroy,
},
.priority = NB_DFLT_PRIORITY - 1
},
@@ -115,6 +116,10 @@ const struct frr_yang_module_info frr_pathd_info = {
.cbs = {.modify = dummy_modify, .destroy = dummy_destroy}
},
{
+ .xpath = "/frr-pathd:pathd/srte/segment-list/segment/nai/local-prefix-len",
+ .cbs = {.modify = dummy_modify, .destroy = dummy_destroy}
+ },
+ {
.xpath = "/frr-pathd:pathd/srte/segment-list/segment/nai/remote-address",
.cbs = {.modify = dummy_modify, .destroy = dummy_destroy}
},
@@ -123,6 +128,10 @@ const struct frr_yang_module_info frr_pathd_info = {
.cbs = {.modify = dummy_modify, .destroy = dummy_destroy}
},
{
+ .xpath = "/frr-pathd:pathd/srte/segment-list/segment/nai/algorithm",
+ .cbs = {.modify = dummy_modify, .destroy = dummy_destroy}
+ },
+ {
.xpath = "/frr-pathd:pathd/srte/policy",
.cbs = {
.create = pathd_srte_policy_create,