hasCDP() wasn't calling proper method for FDP check.
This commit is contained in:
@@ -273,7 +273,7 @@ sub stp_p_state {
|
|||||||
sub hasCDP {
|
sub hasCDP {
|
||||||
my $foundry = shift;
|
my $foundry = shift;
|
||||||
|
|
||||||
return $foundry->hasLLDP() || $foundry->SUPER::hasCDP();
|
return $foundry->hasLLDP() || $foundry->hasFDP();
|
||||||
}
|
}
|
||||||
|
|
||||||
sub c_ip {
|
sub c_ip {
|
||||||
|
|||||||
Reference in New Issue
Block a user