-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Failed DHCP relay test #985
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
Comments
You are correct. This line was overlooked in the transition to ConfigDB. However, I am currently working on modifications to the DHCP relay agent, and in these changes, I have created a better solution here that doesn't involve a direct call to sonic-cfggen. I expect the changes to be committed sometime this week. |
zhenggen-xu
added a commit
to zhenggen-xu/sonic-buildimage
that referenced
this issue
Aug 2, 2019
* src/sonic-swss 63afbd5...5be3963 (11): > Remove the platform check for remove/add port action at init phase. (sonic-net#1006) > [test]: Add Class object in each test script file (sonic-net#992) > [vstest]: add --imgname option to specify vs image to test (sonic-net#996) > [qosorch]: Add cir and pir parameters for scheduler (sonic-net#991) > [vstest]: report error when team kernel module is not available (sonic-net#994) > Support per buffer pool watermark polling mode (sonic-net#973) > [test]: Update test_vlan to use dvs functions (sonic-net#986) > Add synchronous switch to orch agent (sonic-net#987) > ARM32 bit fixes, for 64bit printf format specifier (sonic-net#989) > [portsorch]: Rename function isPortReady() to allPortsReady() (sonic-net#990) > [routeorch]: Fix observer detaching procedure for next hop observers (sonic-net#985) Signed-off-by: Zhenggen Xu <[email protected]>
lguohan
pushed a commit
that referenced
this issue
Aug 7, 2019
… platform (#3240) * Utilize the same sai.profile and config.bcm file Signed-off-by: Zhenggen Xu <[email protected]> * Fix the index issues for HWSKU: Seastone-DX010-25-50 and Seastone-DX010-50-40 Signed-off-by: Zhenggen Xu <[email protected]> * Update sonic-swss submodule * src/sonic-swss 63afbd5...5be3963 (11): > Remove the platform check for remove/add port action at init phase. (#1006) > [test]: Add Class object in each test script file (#992) > [vstest]: add --imgname option to specify vs image to test (#996) > [qosorch]: Add cir and pir parameters for scheduler (#991) > [vstest]: report error when team kernel module is not available (#994) > Support per buffer pool watermark polling mode (#973) > [test]: Update test_vlan to use dvs functions (#986) > Add synchronous switch to orch agent (#987) > ARM32 bit fixes, for 64bit printf format specifier (#989) > [portsorch]: Rename function isPortReady() to allPortsReady() (#990) > [routeorch]: Fix observer detaching procedure for next hop observers (#985) Signed-off-by: Zhenggen Xu <[email protected]>
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this issue
Mar 23, 2020
…onic-net#985) - erase the correct observer in the observer list - remove the NextHopObserverEntry once no observer is observing the entry - refine some logs and comments Signed-off-by: Shu0T1an ChenG <[email protected]>
6 tasks
Pterosaur
added a commit
that referenced
this issue
Feb 23, 2022
Signed-off-by: Ze Gan <[email protected]> b9337dc (HEAD, origin/master, origin/HEAD) [vslib]: Fix MACsec bug in SCI and XPN (#1003) edbceb9 [syncd][vslib] Keep new warm boot discovered SERDES objects (#985) af5c156 Fix build issues on gcc-10 (#999) 1445cd5 update SAI submoule (#1001) 48fe704 [ci] pipeline fixes for VS test (#1002) f484cf9 Enable SAI_SWITCH_ATTR_UNINIT_DATA_PLANE_ON_REMOVAL attribute (#975) 5d0b22d Enable SAI_SWITCH_ATTR_UNINIT_DATA_PLANE_ON_REMOVAL attribute (#975) 1b8ce97 (origin/202111) [pipeline] Download swss common artifact in a separated directory (#995) 7a2e096 Change sonic-buildimage.vs artifact source from CI build to official build. (#992)
AidanCopeland
pushed a commit
to Metaswitch/sonic-buildimage
that referenced
this issue
Apr 14, 2022
mssonicbld
added a commit
that referenced
this issue
Mar 22, 2025
…omatically (#21989) #### Why I did it src/sonic-swss-common ``` * c82811f - (HEAD -> master, origin/master, origin/HEAD) Added Icmp Echo session table names (#980) (3 hours ago) [manamand2020] * 38da2cc - Merge pull request #990 from xwjiang-ms/update_start_sh (4 days ago) [xwjiang-ms] |\ | failure_prs.log 03ae013 - update start.sh for new sonic-swss soft bfd tests (4 days ago) [xiaweijiang] |/ * dce55c3 - add DASH_HA_SET_TABLE and DASH_HA_SCOPE_TABLE #985 (11 days ago) [Jing Zhang] ``` #### How I did it #### How to verify it #### Description for the changelog
yanjundeng
pushed a commit
to yanjundeng/sonic-buildimage
that referenced
this issue
Apr 23, 2025
…omatically (sonic-net#21989) #### Why I did it src/sonic-swss-common ``` * c82811f - (HEAD -> master, origin/master, origin/HEAD) Added Icmp Echo session table names (sonic-net#980) (3 hours ago) [manamand2020] * 38da2cc - Merge pull request sonic-net#990 from xwjiang-ms/update_start_sh (4 days ago) [xwjiang-ms] |\ | failure_prs.log 03ae013 - update start.sh for new sonic-swss soft bfd tests (4 days ago) [xiaweijiang] |/ * dce55c3 - add DASH_HA_SET_TABLE and DASH_HA_SCOPE_TABLE sonic-net#985 (11 days ago) [Jing Zhang] ``` #### How I did it #### How to verify it #### Description for the changelog
DavidZagury
pushed a commit
to DavidZagury/sonic-buildimage
that referenced
this issue
Apr 28, 2025
…AD automatically (sonic-net#985) #### Why I did it src/sonic-utilities ``` * 8c46f717 - (HEAD -> 202412, origin/202412) [sfputil] add support for sfputil debug tx-output/rx-output {port} enable/disable (sonic-net#162) (23 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Steps to reproduce the issue:
Run DHCP relay test and it fails
Describe the results you received:
Test failure
and get errors in /var/log/syslog:
Describe the results you expected:
Test pass
Additional information you deem important (e.g. issue happens only occasionally):
It looks like the line 178 is outdated, since configDB has been introduced.
https://github.com/Azure/sonic-buildimage/blob/f570616b0dca24d0c38550e5c946e7e9bf00b342/src/isc-dhcp/isc-dhcp-4.3.1_dhcrelay-custom-circuit_id-remote_id-and-bridge-iface-support.patch#L178
Maybe it should be
The text was updated successfully, but these errors were encountered: