diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-03-21 17:59:38 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-03-21 17:59:38 -0700 |
commit | 6abdcf7164e4cdebd70fc4862922b8e521c48557 (patch) | |
tree | 16d4c47bde33a02e01f00e8e78a96c714990c8e8 | |
parent | 00210706ae8961b0274078ca682fa7c05a35f682 (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 aeb83c8b3..a8ececd02 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.', |