summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-05Move reload to vyatta-cfg-reloadStephen Hemminger
2009-02-05Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-02-05Change reload to restartStephen Hemminger
Need to restart daemon as well in this script
2009-02-050.13.5debian/0.13.5Stephen Hemminger
2009-02-05Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-02-05Manage daemons betterStephen Hemminger
1. Shutdown bgp on last neighbor removed 2. use daemon name consistently 3. change options to watchquagga
2009-02-05Fix reloadStephen Hemminger
If setting up transaction fails, then fail the reload Use correct tmp file, and remove if successful.
2009-02-05Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-02-04remove pid files on protocol stopStephen Hemminger
Also remove debug messages
2009-02-040.13.4debian/0.13.4Stephen Hemminger
2009-02-04Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-02-04Protocol daemon managementStephen Hemminger
Bug 3828 Start protocols from configuration system, and use watchquagga to restart protocol daemons after failure
2009-02-02Bugfix 4052: Add support for PPPOE over ethernet VIFs.Bob Gilligan
2009-01-290.13.3debian/0.13.3Stephen Hemminger
2009-01-29Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-01-29Fix exists/not exists functionStephen Hemminger
The operator precendence in perl is not same as C.
2009-01-280.13.2debian/0.13.2Stephen Hemminger
2009-01-28More work on protocol restartStephen Hemminger
2009-01-28Change mode of script filesStephen Hemminger
Mode of scripts should be 755
2009-01-28add new script for protocol restartStephen Hemminger
This is pre-release version of script to reload config.
2009-01-28Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jennerStephen Hemminger
2009-01-28utils: turn on strictStephen Hemminger
Turn on strict and fix perlcritic warnings.
2009-01-28policy: turn on strictStephen Hemminger
Turn on strict, then fix a bunch of incorrect messages. Fix perlcritic warnings and reformat.
2009-01-28check-as-prepend: turn on strictStephen Hemminger
And reindent.
2009-01-28bgp: cleanupStephen Hemminger
Turn on strict, and declare variables. Simplify code where possible.
2009-01-080.13.1debian/0.13.1An-Cheng Huang
2008-12-15Merge branch 'jenner' of 192.168.1.12:git/vyatta-cfg-quagga into jennerStephen Hemminger
2008-12-15Allow any interface for interface routesStephen Hemminger
Allow interface routes to be configured to any device name (existing or not). This allows for future technolgies, and also handles case of tunnels and other devices that may need routes configured before they exist.
2008-12-12"files" file should be removed before package buildAn-Cheng Huang
2008-12-12update maintainer informationAn-Cheng Huang
2008-12-06Use full path to link-detectStephen Hemminger
Restore corrected earlier change.
2008-12-06fix comments that got copiedStephen Hemminger
2008-12-06Revert "need full path to linkdetect"Stephen Hemminger
This reverts commit d4952bc1550223dddcd1228d7335ce1fc380f739 because it included local changes as well as bug fix
2008-12-05need full path to linkdetectStephen Hemminger
2008-12-03Merge branch 'islavista' into jennerRick Balocca
2008-12-03Use new link-detect scriptStephen Hemminger
Wrap direct calls to vyatta-vtysh to set link-detect in new script.
2008-12-03Add vyatta-link-detectStephen Hemminger
Need to get it installed
2008-12-03Add new script to wrap changes to link-detectStephen Hemminger
2008-11-253.2.0vyatta/3.2.0debian/0.13Mark O'Brien
2008-11-21Convert to new Vyatta::Config hierarchyStephen Hemminger
2008-11-19add support for development buildAn-Cheng Huang
2008-11-18Bugfix 3863: Provide ability to configure static ARP table entriesBob Gilligan
Add new config template tree starting at protocols.static.arp.
2008-10-15Bugfix: 3684Bob Gilligan
Add templates to configure IP parameters for bridged ethernet over ADSL interfaces.
2008-08-12Remove the perl wrapper for vtysh (no longer needed).Stephen Hemminger
2008-08-12Revert "Replace vyatta-vtysh with vtysh"Stephen Hemminger
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435.
2008-08-11Replace vyatta-vtysh with vtyshStephen Hemminger
2008-08-08Fix syntax errors found by check_tmpl.Stig Thormodsrud
2008-08-08Fix syntax error found by check_tmpl.Stig Thormodsrud
2008-08-08Fix syntax problems identified by /opt/vyatta/sbin/check_tmplStig Thormodsrud
2008-08-07Fix 3550: Setting kernel redistribution metric generates internal error.Stig Thormodsrud