diff options
| author | ivan <ivan> | 2011-01-25 03:15:03 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2011-01-25 03:15:03 +0000 | 
| commit | 962240fd1b1e43bba505e0d3ba0f6afdae304dbc (patch) | |
| tree | 120350d3dee95e5523aebe3b16e59053383d2bfa /FS | |
| parent | 40d1e71653e1a0021021d9d3f7f7705cf9df4d61 (diff) | |
torrus add router / interface, RT#10574
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/Mason.pm | 1 | ||||
| -rw-r--r-- | FS/MANIFEST | 2 | 
2 files changed, 3 insertions, 0 deletions
| diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 8fb435826..f628313f6 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -135,6 +135,7 @@ if ( -e $addl_handler_use_file ) {    use FS::Report::FCC_477;    use FS::Report::Table::Monthly;    use FS::TicketSystem; +  use FS::NetworkMonitoringSystem;    use FS::Tron qw( tron_lint );    use FS::agent; diff --git a/FS/MANIFEST b/FS/MANIFEST index 8e7574280..76984625d 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -557,3 +557,5 @@ t/svc_port.t  FS/h_svc_port.pm  t/h_svc_port.t  FS/cust_main/Status.pm +FS/NetworkMonitoringSystem.pm +FS/NetworkMonitoringSystem/Torrus_Internal.pm | 
