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

[acl-loader]fail if swss is not fully ready #201

Open
maggiemsft opened this issue Feb 12, 2018 · 1 comment
Open

[acl-loader]fail if swss is not fully ready #201

maggiemsft opened this issue Feb 12, 2018 · 1 comment
Assignees

Comments

@maggiemsft
Copy link

Description

when doing 'config load_minigraph', if syncd or orchagent are not in a correct state, load minigraph action fail. (acl-loader step)

Steps to reproduce the issue

  1. reload the SONiC
  2. do config load_minigraph within 2 minutes
    show ip bgp and interfaces are good, but some other resources are not

Describe the results you received

Describe the results you expected

Additional information you deem important (e.g. issue happens only occasionally)

Output of show version

(paste your output here)
@taoyl-ms
Copy link
Contributor

taoyl-ms commented Feb 12, 2018

Root cause:

  1. config load_minigraph will call acl-loader update full /etc/sonic/acl.json since [config] Update ACLs in load_minigraph if ACL config is present #190.
  2. acl-load will crash when mirror session entries in configdb and status in appdb are not consistent.

#202 will fix 2 therefore resolve the issue.

stepanblyschak pushed a commit to stepanblyschak/sonic-utilities that referenced this issue Apr 28, 2022
d81828c6740f2d4fca59fe3ec1d0adb1088a9dbb (HEAD -> 201911, origin/201911) Updated lldpRemManAddrTable to use all the management ip address associated with interface. (sonic-net#201)
093a3c2c5bc688ddc5e5362dc657f19175e12ce8 Fix fdb_vlanmac() on corner cases (sonic-net#193)

Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
mihirpat1 pushed a commit to mihirpat1/sonic-utilities that referenced this issue Sep 15, 2023
sonic-net#201)

First-cut changes to provide platform independent support for different transceivers in SONiC platforms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants