diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-03-21 17:59:40 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-03-21 17:59:40 -0700 |
commit | fd75ab8b129eea8d69f90b4e50288fa0950447a2 (patch) | |
tree | c24e38d76d96d267a0df7f7cc973f0a9a6931a37 | |
parent | a51c75c6f68595910cf3e0d520682feb16a54554 (diff) |
set Motorola-Canopy-Gateway, RT#41261
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 28969be92..dd31c3d39 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2579,6 +2579,13 @@ and customer address. Include units.', }, { + 'key' => 'radius-canopy', + 'section' => '', + 'description' => 'Enable RADIUS attributes for Cambium (formerly Motorola) Canopy (Motorola-Canopy-Gateway).', + 'type' => 'checkbox', + }, + + { 'key' => 'svc_broadband-radius', 'section' => '', 'description' => 'Enable RADIUS groups for broadband services.', |