-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
dhcp-relay: dhcrelay daemon is permantly blocked and not starting #2092
Comments
Closing this after discussing with Guohan. |
abdosi
added a commit
to abdosi/sonic-buildimage
that referenced
this issue
Jan 13, 2022
c78aa1b (HEAD -> master, origin/master, origin/HEAD) OA changes to support Ordered ECMP and DVS test for same. (sonic-net#2092) b4b0003 Handling Invalid CRM configuration gracefully (sonic-net#2109) d240cb2 [Mellanox] '_8lane' not added to Mellanox 5xxx models with 800G (sonic-net#2090) 8fd6e48 [pfcwd] Add vs test infrastructure (sonic-net#2077) b96ee54 [vnetorch] Advertise vnet tunnel routes (sonic-net#2058) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
abdosi
added a commit
that referenced
this issue
Jan 13, 2022
[Submodule update] sonic-swss c78aa1b (HEAD -> master, origin/master, origin/HEAD) OA changes to support Ordered ECMP and DVS test for same. (#2092) b4b0003 Handling Invalid CRM configuration gracefully (#2109) d240cb2 [Mellanox] '_8lane' not added to Mellanox 5xxx models with 800G (#2090) 8fd6e48 [pfcwd] Add vs test infrastructure (#2077) b96ee54 [vnetorch] Advertise vnet tunnel routes (#2058)
theasianpianist
pushed a commit
to theasianpianist/sonic-buildimage
that referenced
this issue
Feb 5, 2022
…2092) What I did:- Orchagent changes to support Ordered ECMP as per design Order ECMP HLD. SONiC#896 While testing Order ECMP for Overlay ECMP use case found that for single nexthop based tunnel we create route without checking BFD state for endpoint. This results in not needed transaction of add_route followed by del_route. Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
taras-keryk
pushed a commit
to taras-keryk/sonic-buildimage
that referenced
this issue
Apr 28, 2022
sonic-net#2092) #### What I did Fixes sonic-net#2029 sonic-net#2062 Changes to fields under BGP_PEER_RANGE, BGP_MONITORS using GCU are not reflected unless each key is deleted and added back. This means the fields are create-only. #### How I did it Marked the fields under BGP_PEER_RANGE, BGP_MONITORS as create-only #### How to verify it unit-test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An admin status up interface in config_db.json without an IP address will cause dhcrelay daemon to block permanently and not start.
Can be reproduced and verified manually by running sonic-cfggen -d -t /usr/share/sonic/templates/wait_for_intf.sh.j2 > /usr/bin/wait_for_intf.sh and then running /usr/bin/wait_for_intf.sh.
The text was updated successfully, but these errors were encountered: