summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/router.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-09-18 02:18:04 -0700
committerIvan Kohler <ivan@freeside.biz>2012-09-18 02:18:04 -0700
commit1ad547a47f16b4230762e752fbe48d460ed997e1 (patch)
treeab1847a4a6ecf70dc634de7e51f11e7f23d242cb /FS/FS/part_export/router.pm
parentdf845c7ef328e81b4f305152253ac9ca0de7626d (diff)
export host selection per service, RT#17914
Diffstat (limited to 'FS/FS/part_export/router.pm')
-rw-r--r--FS/FS/part_export/router.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_export/router.pm b/FS/FS/part_export/router.pm
index 6a1d676..3071ece 100644
--- a/FS/FS/part_export/router.pm
+++ b/FS/FS/part_export/router.pm
@@ -87,6 +87,7 @@ tie my %options, 'Tie::IxHash',
'svc' => 'svc_broadband',
'desc' => 'Send a command to a router.',
'options' => \%options,
+ 'no_machine' => 1,
'notes' => 'Installation of Net::Telnet from CPAN is required for telnet connections. This export will execute if the following virtual fields are set on the router: admin_user, admin_password, admin_address, admin_timeout, admin_prompt. Option virtual fields are: admin_cmd_insert, admin_cmd_replace, admin_cmd_delete, admin_cmd_suspend, admin_cmd_unsuspend. See the module documentation for a full list of required/supported router virtual fields.',
);