EdgeOS Scripting
Revision as of 16:08, 2 June 2017 by 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...")
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