Skip to content
Snippets Groups Projects
Commit d5f18f95 authored by Robert Anderson's avatar Robert Anderson
Browse files

Added NAS-Port-Type attribute for testing

parent 9696d635
No related branches found
No related tags found
No related merge requests found
......@@ -98,12 +98,20 @@ sub get
'Attributes' => [
{
'Name' => 'Framed-IP-Address',
'Operator' => '=',
'Value' => '192.168.0.233'
},
{
'Name' => 'Session-Timeout',
'Operator' => '=',
'Value' => '60'
},
{
'Name' => 'NAS-Port-Type',
'Operator' => '==',
'Value' => 'Ethernet'
}
]
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment