summaryrefslogtreecommitdiff
path: root/FS/FS/svc_broadband.pm
diff options
context:
space:
mode:
authorlevinse <levinse>2011-01-22 02:45:27 +0000
committerlevinse <levinse>2011-01-22 02:45:27 +0000
commit0259db6a5f67fa8837c18bbaed3e424cccf7a3e0 (patch)
treed9e9e4d8931b0023a3de7a94aafd410c2b32b3f0 /FS/FS/svc_broadband.pm
parent316fe261531ed2a31ad963dc1684f97f29868fb3 (diff)
add svc_broadband shellcommands export, RT11250
Diffstat (limited to 'FS/FS/svc_broadband.pm')
-rwxr-xr-xFS/FS/svc_broadband.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/FS/FS/svc_broadband.pm b/FS/FS/svc_broadband.pm
index 5ffe0e452..2b794aa4b 100755
--- a/FS/FS/svc_broadband.pm
+++ b/FS/FS/svc_broadband.pm
@@ -70,6 +70,8 @@ customer's router will have the same address for both its internal and external
interfaces thus saving address space. This has been found to work on most NAT
routers available.
+=item plan_id
+
=back
=head1 METHODS
@@ -105,6 +107,14 @@ sub table_info {
'select_label' => 'cidr',
'disable_inventory' => 1,
},
+ 'plan_id' => 'Service Plan Id',
+ 'performance_profile' => 'Peformance Profile',
+ 'authkey' => 'Authentication key',
+ 'mac_addr' => 'MAC address',
+ 'latitude' => 'Latitude',
+ 'longitude' => 'Longitude',
+ 'altitude' => 'Altitude',
+ 'vlan_profile' => 'VLAN profile',
},
};
}
@@ -337,6 +347,7 @@ sub check {
|| $self->ut_coordn('longitude', -180, 180)
|| $self->ut_sfloatn('altitude')
|| $self->ut_textn('vlan_profile')
+ || $self->ut_textn('plan_id')
;
return $error if $error;