summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-08-05Fix BGP IPv6 redistribute route-map error message.Stig Thormodsrud
2008-08-05Add BGP IPv6 redistribute commands.Stig Thormodsrud
2008-08-05Merge branch 'islavista' of http://git.vyatta.com/vyatta-cfg-quagga into ↵Stig Thormodsrud
islavista
2008-08-05Fix bgp soft-reconfiguration for IPv6.Stig Thormodsrud
2008-08-05Merge branch 'hollywood' into islavistaRick Balocca
2008-08-04Add IPv6 support to bgp cli.Stig Thormodsrud
2008-07-31Ignore derived filesrbalocca
2008-07-31Fix "delete protocols ripng".Stig Thormodsrud
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-29Update control since now contains not just scriptsStephen Hemminger
This package includes a program to check prefix boundaries, so it now needs libc and is architecture dependent.
2008-07-29Get rid of long line causing warningStephen Hemminger
2008-07-29First pass at gluing ripng cli to quagga.Stig Thormodsrud
2008-07-28Use vyatta_sbindirStephen Hemminger
Wrong shell variable in earlier commit
2008-07-28Add program to .gitignoreStephen Hemminger
2008-07-28Add new program to check prefix boundaryStephen Hemminger
Using perl to check prefix boundary, is slow because of the overhead of compiling the same script many times. So convert this simple task to a C program.
2008-07-27Fix ipv6 blackhole route.Stig Thormodsrud