Make pae_control a GLOBAL instead of a FUNC

This commit is contained in:
Christian Ramseyer
2022-08-09 19:38:00 +02:00
parent a665fe335b
commit ce60c79008

View File

@@ -44,20 +44,18 @@ $VERSION = '3.85';
%MIBS = ( 'IEEE8021-PAE-MIB' => 'dot1xPaeSystemAuthControl' ); %MIBS = ( 'IEEE8021-PAE-MIB' => 'dot1xPaeSystemAuthControl' );
%GLOBALS = (); %GLOBALS = (
%FUNCS = (
# dot1xPaeSystem # dot1xPaeSystem
'pae_control' => 'dot1xPaeSystemAuthControl', 'pae_control' => 'dot1xPaeSystemAuthControl',
);
%FUNCS = (
# dot1xAuthConfigEntry # dot1xAuthConfigEntry
'pae_authconfig_state' => 'dot1xAuthPaeState', # disconnected|authenticated 'pae_authconfig_state' => 'dot1xAuthPaeState', # disconnected|authenticated
'pae_authconfig_port_status' => 'dot1xAuthAuthControlledPortStatus', #(un)authorized 'pae_authconfig_port_status' => 'dot1xAuthAuthControlledPortStatus', #(un)authorized
# dot1xAuthSessionStatsTable # dot1xAuthSessionStatsTable
'pae_authsess_user' => 'dot1xAuthSessionUserName', 'pae_authsess_user' => 'dot1xAuthSessionUserName',
); );
%MUNGE = (); %MUNGE = ();
@@ -132,10 +130,6 @@ none.
=head1 GLOBALS =head1 GLOBALS
none.
=head1 METHODS
=over =over
=item $pae->pae_control() =item $pae->pae_control()