Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
a) Move max-multicast to a state value
b) Convert
ip forwarding
to yangc) Convert
ipv6 forwarding
to yangI am doing something wrong with this conversion, in that I am not seeing the config values reflected in yang when I ask for it. I do not know what I am missing or doing wrong and would like some help figuring it out. When I issue:
show mgmt get-data /frr-zebra:zebra with-defaults all
show mgmt get-data /frr-zebra:zebra with-config
show mgmt get-data /frr-zebra:zebra only-config
I do not see the ip|ipv6 forwarding yang show up there.
When I issue the
show mgmt get-config /frr-zebra:zebra
I only see the default values as defined in yangI do know that yang-conversion is being accepted by the system as that I can toggle forwarding on/off.
I also see this problem with the zapi packets command as well. It is accepted,
show run
reflects it and I canstop the code and see that it is working, I just cannot get the yang data to show it.