Make pae_control a GLOBAL instead of a FUNC
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user