SONiC Yang model support for IPv6 link local#14757
SONiC Yang model support for IPv6 link local#14757qiluo-msft merged 5 commits intosonic-net:masterfrom
Conversation
Signed-off-by: Akhilesh Samineni [email protected]
|
|
|
/azpw run Azure.sonic-buildimage |
|
/AzurePipelines run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
|
||
| leaf ipv6_use_link_local_only { | ||
| description "Enable/Disable IPv6 link local address on vlan interface"; | ||
| type enumeration { |
There was a problem hiding this comment.
|
|
||
| leaf ipv6_use_link_local_only { | ||
| description "Enable/Disable IPv6 link local address on interface"; | ||
| type enumeration { |
There was a problem hiding this comment.
|
|
||
| leaf ipv6_use_link_local_only { | ||
| description "Enable/Disable IPv6 link local address on portchannel interface"; | ||
| type enumeration { |
There was a problem hiding this comment.
dgsudharsan
left a comment
There was a problem hiding this comment.
Please update sample_config_db.json as well as Configuration guide.
| ] | ||
| } | ||
| } | ||
| }, |
There was a problem hiding this comment.
Please try to cover one negative scenario (e.g. "ipv6_use_link_local_only": "true") where yang validation should fail
Signed-off-by: Akhilesh Samineni <[email protected]>
Signed-off-by: Akhilesh Samineni <[email protected]>
Signed-off-by: Akhilesh Samineni <[email protected]>
|
@AkhileshSamineni Can you please update sample_config_db.json and Configuration schema? |
Signed-off-by: Akhilesh Samineni <[email protected]>
Done. |
|
@qiluo-msft Test failure is not related to code changes. Trying the re-build again. |
|
/azpw run Azure.sonic-buildimage |
|
/AzurePipelines run Azure.sonic-buildimage |
|
/AzurePipelines run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@AkhileshSamineni PR conflicts with 202205 branch |
|
@AkhileshSamineni PR conflicts with 202111 branch |
|
@AkhileshSamineni can you fix the conflict both for 202205 as well as 202211? please priorities |
|
@AkhileshSamineni PR conflicts with 202211 branch |
This is backport of #14757 SONiC Yang model support for IPv6 link local What I did Created SONiC Yang model for IPv6 link local How I did it Defined Yang models for IPv6 link local based on https://github.com/sonic-net/SONiC/blob/master/doc/ipv6/ipv6_link_local.md How to verify it Added enable test case. Signed-off-by: Akhilesh Samineni [email protected]
|
@AkhileshSamineni Can you please create cherry-pick PR for 202205 as well? |
This is backport of #14757 SONiC Yang model support for IPv6 link local What I did Created SONiC Yang model for IPv6 link local How I did it Defined Yang models for IPv6 link local based on https://github.com/sonic-net/SONiC/blob/master/doc/ipv6/ipv6_link_local.md How to verify it Added enable test case. Signed-off-by: Akhilesh Samineni <[email protected]>
|
update the label since it has been included in 202211 through PR #15021 |
This is backport of sonic-net#14757 SONiC Yang model support for IPv6 link local What I did Created SONiC Yang model for IPv6 link local How I did it Defined Yang models for IPv6 link local based on https://github.com/sonic-net/SONiC/blob/master/doc/ipv6/ipv6_link_local.md How to verify it Added enable test case. Signed-off-by: Akhilesh Samineni <[email protected]>
|
Hi @AkhileshSamineni , could you check if it is miss that not consider sub interface case? |
SONiC Yang model support for IPv6 link local
What I did
Created SONiC Yang model for IPv6 link local
How I did it
Defined Yang models for IPv6 link local based on https://github.com/sonic-net/SONiC/blob/master/doc/ipv6/ipv6_link_local.md
How to verify it
Added enable test case.
Signed-off-by: Akhilesh Samineni [email protected]