diff options
| author | Russ White <russ@riw.us> | 2024-03-05 11:41:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-05 11:41:35 -0500 |
| commit | ac34badf7109e9da1c31a32a3388197aa3a2e40d (patch) | |
| tree | 93478d2ac544cfe77cc9a0769b0df53da16b16b9 /zebra/zebra_nb.c | |
| parent | cf4d838e69b19fd5066da85e0c44b7c569af4e66 (diff) | |
| parent | af8c6b5b566cfa7feb7c7225e3e7ef638c83e5c9 (diff) | |
Merge pull request #15397 from idryzhov/zebra-oper
zebra: oper data additions
Diffstat (limited to 'zebra/zebra_nb.c')
| -rw-r--r-- | zebra/zebra_nb.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zebra/zebra_nb.c b/zebra/zebra_nb.c index e1ca5ec19b..eee9323082 100644 --- a/zebra/zebra_nb.c +++ b/zebra/zebra_nb.c @@ -803,6 +803,12 @@ const struct frr_yang_module_info frr_zebra_info = { } }, { + .xpath = "/frr-interface:lib/interface/frr-zebra:zebra/state/bond", + .cbs = { + .get_elem = lib_interface_zebra_state_bond_get_elem, + } + }, + { .xpath = "/frr-vrf:lib/vrf/frr-zebra:zebra/router-id", .cbs = { .modify = lib_vrf_zebra_router_id_modify, |
