summaryrefslogtreecommitdiffstats
path: root/lib/vrf.h
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2025-01-14 19:47:28 +0100
committerGitHub <noreply@github.com>2025-01-14 19:47:28 +0100
commit5f350961230df5a249e7e1e09d2b38b149b105d9 (patch)
tree79c7419e8cbf7fcc0d430a7ce78ddf2dd265d8a1 /lib/vrf.h
parentMerge pull request #17581 from mjstapp/fix_fpm_netlink (diff)
parentlib: fix new (incorrect) CLANG SA warnings (diff)
downloadfrr-5f350961230df5a249e7e1e09d2b38b149b105d9.tar.xz
frr-5f350961230df5a249e7e1e09d2b38b149b105d9.zip
Merge pull request #17796 from LabNConsulting/chopps/datastore-notifications
operational-state (datastore) change notifications
Diffstat (limited to 'lib/vrf.h')
-rw-r--r--lib/vrf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/vrf.h b/lib/vrf.h
index 3ebb6ddf5..ad302de9b 100644
--- a/lib/vrf.h
+++ b/lib/vrf.h
@@ -80,6 +80,8 @@ struct vrf {
/* Back pointer to namespace context */
void *ns_ctxt;
+ struct lyd_node *state;
+
QOBJ_FIELDS;
};
RB_HEAD(vrf_id_head, vrf);
@@ -299,6 +301,7 @@ extern void vrf_disable(struct vrf *vrf);
extern int vrf_enable(struct vrf *vrf);
extern void vrf_delete(struct vrf *vrf);
+extern bool vrf_notify_oper_changes;
extern const struct frr_yang_module_info frr_vrf_info;
extern const struct frr_yang_module_info frr_vrf_cli_info;