[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] Cisco VSA AV-Pair Attribute Issue
From: |
Lewis Watson |
Subject: |
Re: [Help-gnu-radius] Cisco VSA AV-Pair Attribute Issue |
Date: |
Sun, 27 Apr 2003 12:59:04 -0500 |
> These are merely warnings, not errors. They can be ignored. If you wish
> to get rid of those, here's the modified version of the function:
>
> integer
> parse_cisco_avpair()
> {
> if (*%[Cisco-AVPair]
> && %[Cisco-AVPair] =~ "nas-tx-speed=\(.*\)")
> %[Custom-NAS-TX-Speed] = (integer) \1;
> return 0;
> }
Ugh... Then I am missing something. It still puts nothing into the
column...
Thanks,
Lewis