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' );
%GLOBALS = ();
%FUNCS = (
%GLOBALS = (
# dot1xPaeSystem
'pae_control' => 'dot1xPaeSystemAuthControl',
);
%FUNCS = (
# dot1xAuthConfigEntry
'pae_authconfig_state' => 'dot1xAuthPaeState', # disconnected|authenticated
'pae_authconfig_port_status' => 'dot1xAuthAuthControlledPortStatus', #(un)authorized
# dot1xAuthSessionStatsTable
'pae_authsess_user' => 'dot1xAuthSessionUserName',
);
%MUNGE = ();
@@ -132,10 +130,6 @@ none.
=head1 GLOBALS
none.
=head1 METHODS
=over
=item $pae->pae_control()