Difference between revisions of "EdgeOS Scripting"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) (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