-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow retrieval of v4/v6 forwarding state via NB #18253
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs commit messages in the commits ... it doesn't seem like it's impacting anything on the topo tests ...
zebra/zebra_nb.c
Outdated
} | ||
}, | ||
{ | ||
.xpath = "/frr-zebra:zebra/ipv6-forwarding", | ||
.cbs = { | ||
.modify = zebra_ipv6_forwarding_modify, | ||
.destroy = zebra_ipv6_forwarding_destroy, | ||
//.modify = zebra_ipv6_forwarding_modify, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we drop these lines at all then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm planning on a followup commit to address this exact problem.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had Donna move the get function / yang to the state container
There was no ability to retrieve the ip-forwarding state of zebra. Add this to yang under the state container. Signed-off-by: Donna Sharp <dksharp5@gmail.com>
Allow the retrieval of ipv6 forwarding state from within the yang framework as that it was missing. Signed-off-by: Donna Sharp <dksharp5@gmail.com>
allow retrieval of forwarding state