Skip to content
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

[yang] Commenting out sonic-portchannel import to fix backlink issue #11512

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ghooo
Copy link
Contributor

@ghooo ghooo commented Jul 21, 2022

Why I did it

Commenting out the import to sonic-portchannel because it is breaking the backlink of PORT

Example

{
    "PORT": {
        "Ethernet112": {}
    }
    "PORTCHANNEL": {
        "PortChannel101": {
            "members": [
                "Ethernet112"
            ]
        }
   }
}

The path /PORT/Ethernet112 should have a backlink to /PORTCHANNEL/PortChannel101/members/0 but it is not retrieved correctly.

How I did it

How to verify it

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106
  • 202111
  • 202205

Description for the changelog

Link to config_db schema for YANG module changes

A picture of a cute animal (not mandatory but encouraged)

@ghooo ghooo requested a review from qiluo-msft as a code owner July 21, 2022 16:39
@qiluo-msft qiluo-msft added the YANG YANG model related changes label Jul 21, 2022
@ghooo ghooo force-pushed the fix_backlinks_vlan_sub_iface branch from 6409995 to 9f88ca4 Compare July 22, 2022 18:25
@zhangyanzhao
Copy link
Collaborator

depends on lib yang fix.

@zhangyanzhao zhangyanzhao added the Triaged this issue has been triaged label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Triaged this issue has been triaged YANG YANG model related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants