-
Notifications
You must be signed in to change notification settings - Fork 27
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
RDKBNETWOR-21 : Integrating CcspMisc changes to DHCPManager #89
base: main
Are you sure you want to change the base?
Conversation
Reason for change: Integrating CcspMisc changes to DHCPManager required for Wanmanager Integration Test Procedure: DHCPManager should run without any new regressions Risks: Low Priority: Minor Signed-off-by:[email protected]
bprasa339 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
||
if DHCP_MANAGER_ENABLE | ||
wanmanager_LDADD += -lCcspDhcpMgr_Dhcpv6Client -lCcspDhcpMgr_Dhcpv4Client |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wan Manager does not need to talk with dhcp manager client library, so line 37 is not required.
|
||
if DHCP_MANAGER_ENABLE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't need to create new build flag for it, we could use the existing FEATURE_RDKB_DHCP_MANAGER build flags.
@@ -101,6 +101,15 @@ AC_ARG_ENABLE([wanunificationsupport], | |||
[echo "mapt unification is disabled"]) | |||
AM_CONDITIONAL(WAN_UNIFICATION_ENABLED, test "x$WAN_UNIFICATION_SUPPORT_ENABLED" = xtrue) | |||
|
|||
AC_ARG_ENABLE([dhcp_manager], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you are going to use FEATURE_RDKB_DHCP_MANAGER , then we could not need this code changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please review the comment and take needful action.
Reason for change: Integrating CcspMisc changes to DHCPManager required for Wanmanager Integration Test Procedure: DHCPManager should run without any new regressions Risks: Low
Priority: Minor
Signed-off-by:[email protected]