Difference between revisions of "EdgeOS Scripting"

From Michael's Information Zone
Jump to navigation Jump to search
(Created page with "==Sample== <pre> #!/bin/vbash run=/opt/vyatta/sbin/vyatta-cfg-cmd-wrapper $run begin $run show firewall modify LB $run set firewall modify LB rule 202 disable $run commit $run...")
(No difference)

Revision as of 17:08, 2 June 2017

Sample

#!/bin/vbash
run=/opt/vyatta/sbin/vyatta-cfg-cmd-wrapper
$run begin
$run show firewall modify LB
$run set firewall modify LB rule 202 disable
$run commit
$run end