summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2008-07-30Replace calls to vyatta-vtysh perl script with vyatta-vtyshStephen Hemminger
No longer need the perl wrapper, the logging and error suppression are now in the command itself. This helps with the speed of route creation with lots of routes.
2008-07-27Fix check_prefix_boundry() to handle IPv6 abreviated addresses.Stig Thormodsrud
2008-07-10Fix 2752: "Unknown command" after "source any" was configured in the second ↵Stig Thormodsrud
rule of an access-list
2008-06-05Fix Bug 3269 system gateway-address conflicts with static defaultMohit Mehta
- route is only deleted from route table if both gateway-address and the static route equivalent to setting a gateway-address are not set
2008-05-17Fix 3266: Syntax validation for as-path-prepend does not allow 32 bit ASNsStig Thormodsrud
Fix 3268 : CLI allows an as-path-prepend of > 24 ASNs but routing engine does not appear to support > 24
2008-04-25Remove linkstatus scriptStephen Hemminger
Watchlink is no longer used/needed
2008-04-18don't signal watchlink if it's not runningAn-Cheng Huang
2008-03-25update help strings in BGPRobert Bays
add comp_help strings to BGP remove enforce-capability parameter since in quagga it's an alias remove interface parameter since it's ipv6 related remove password parameter as the md5 code isn't in the current release fixed a couple of parameter relationship bugs
2008-03-17update help for access-listsRobert Bays
2008-03-12updated fix for bug 2713. neighbor now allows g/G.Robert Bays
2008-03-11fixes for bugs 2713, 2541, 2888, 2676Robert Bays
2008-03-10fix for bug 2713Robert Bays
2008-03-10fix for bugs 2541, 2888, 2676Robert Bays
2008-03-10Update to GPLv2Stephen Hemminger
Convert from VPL 1.0 to GPLv2
2008-02-20fix for bug 2541--requires saving temporary file, plus script to walk tree ↵Michael Larson
and redefined nodes. a bit of a pain.
2008-02-19Add a check for when the vtysh wrapper is called without any parameters.Stig Thormodsrud
2008-01-15wired up link detect to cli. writes to exlusion file. note that link-detect ↵Michael Larson
is enabled by default for all interfaces.
2008-01-09Fix for bug 2615 "as-path-list configuration was not sent to the routing ↵Stig Thormodsrud
engine".
2008-01-03work w/ either quagga (debian) or vyatta-quagga packagesTom Grennan
2007-12-12Add wrapper script between cfg templates and vtysh. The wrapper will:Stig Thormodsrud
- log commands to /tmp/vtysh.log - return error code when quagga responds with an errmsg - ignore errors when called with -n
2007-11-19Add syntax validation for as-path prepend.Stig Thormodsrud
2007-11-16Fix "set policy community-list|as-path".Stig Thormodsrud
2007-11-15Fix "set policy access-list destination any".Stig Thormodsrud
2007-11-14optimize checks to speed up config loadRobert Bays
2007-11-14enable peer-groupsRobert Bays
2007-11-09template updatesRobert Bays
2007-11-06Fix ospf area validation and move error message to template file.Stig Thormodsrud
2007-11-05Add ospf area validation and fix tab completion for router-id.Stig Thormodsrud
2007-10-17Add missing vyatta_quagga_utils.pl.Stig Thormodsrud
2007-10-01fixed dependency and quagga path.An-Cheng Huang
2007-10-01initial import (from eureka /cli).upstreamAn-Cheng Huang