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/rogue detection #3514

Merged
merged 3 commits into from
Oct 4, 2018
Merged

Fix/rogue detection #3514

merged 3 commits into from
Oct 4, 2018

Conversation

fdurand
Copy link
Member

@fdurand fdurand commented Aug 28, 2018

Description

Added all the ip of the server in the list of dhcp server to avoid false positive rogue dhcp detection

Impacts

No

Delete branch after merge

YES

NEWS file entries

Bug Fixes

  • False positive dhcp rogue detection

@veedubbs
Copy link

I'm very interested in this patch. I'm getting spammed with rogue detection emails right now; about 60 - 70 messages per hour.

@fdurand
Copy link
Member Author

fdurand commented Oct 1, 2018

BUMP

foreach my $network ( keys %NetworkConfig ) {
if ($NetworkConfig{$network}{'dhcpd'} eq 'enabled') {
push @local_dhcp_servers_ip, $NetworkConfig{$network}{'gateway'};
push @local_dhcp_servers_ip, $NetworkConfig{$network}{'vip'} if ($NetworkConfig{$network}{'vip'});
Copy link
Collaborator

Choose a reason for hiding this comment

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

indentation issue

@julsemaan julsemaan self-assigned this Oct 2, 2018
@julsemaan
Copy link
Collaborator

Just fix the indentation issue and we're good to merge

@fdurand
Copy link
Member Author

fdurand commented Oct 4, 2018

Bump

@julsemaan julsemaan merged commit 6e1807a into devel Oct 4, 2018
@julsemaan julsemaan deleted the fix/rogue_detection branch October 4, 2018 11:38
julsemaan added a commit that referenced this pull request Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants