diff --git a/Info/Layer3/Juniper.pm b/Info/Layer3/Juniper.pm index 322d8b4c..6b3dcd28 100644 --- a/Info/Layer3/Juniper.pm +++ b/Info/Layer3/Juniper.pm @@ -91,6 +91,12 @@ sub model { return $model; } +# Override the fancy Layer3.pm serial function +sub serial { + my $juniper = shift; + return $juniper->orig_serial(); +} + 1; __END__