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

fix dos profile #2425

Merged
merged 6 commits into from
Sep 10, 2024
Merged

fix dos profile #2425

merged 6 commits into from
Sep 10, 2024

Conversation

RavinderReddyF5
Copy link
Contributor

@RavinderReddyF5 RavinderReddyF5 commented Aug 26, 2024

fixes #2419
fixes #2421

self.want.profile, self.want.partition)
)
uri = "https://{0}:{1}/mgmt/tm/security/dos/profile/{2}/application/{3}".format(
# if not self.profile_exists():
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the commented out code here and on line 1241, rest looks good.

@@ -1213,11 +1238,18 @@ def update_on_device(self):
raise F5ModuleError(resp.content)

def remove_from_device(self):
uri = "https://{0}:{1}/mgmt/tm/security/dos/profile/{2}/application/{3}".format(
# uri = "https://{0}:{1}/mgmt/tm/security/dos/profile/{2}/application/{3}".format(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plaese remove the commented code.

@urohit011 urohit011 merged commit e444196 into devel Sep 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants