summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-02Remove ifb device skippingStephen Hemminger
Rather than hiding ifb inside QoS, changing to make it a really useful device.
2010-04-02Add support for incoming interface typeStephen Hemminger
New ingress interface support.
2010-04-02Use opendir/grep to get rid of running ls/grepStephen Hemminger
Do file scanning in perl directly rather than using extra programs. Motivated by desire to get rid of perlcritic warning rather than any real performance issue.
2010-04-010.16.29debian/0.16.29Michael Larson
2010-04-01fix for bug 5450.Michael Larson
2010-03-300.16.28debian/0.16.28Stephen Hemminger
2010-03-29Ignore ifb devicesStephen Hemminger
IFB is a pseudo-device used for incoming traffic shaping. Hide it from show queueing output.
2010-03-290.16.27debian/0.16.27Stephen Hemminger
2010-03-29Allow reading interface description outside config modeStephen Hemminger
The Interface() object doesn't work for PPP in operational mode. So split out interface_description routine.
2010-03-290.16.26debian/0.16.26Michael Larson
2010-03-29changed double quotes to single quotes on in commit actions.Michael Larson
2010-03-28Fix perlcritic warningsStephen Hemminger
Don't explicitly return undef. Also no need to test for file existance, then open it. Just do open, and if that fails file does not exist.
2010-03-260.16.25debian/0.16.25Michael Larson
2010-03-26fix for bug 5300Michael Larson
2010-03-240.16.24debian/0.16.24Stig Thormodsrud
2010-03-24Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg into larkspurStig Thormodsrud
2010-03-24Fix 5203: negation in firewall rule causes deprecation messageStig Thormodsrud
2010-03-19Need explicit return to guarantee returning falseStephen Hemminger
If perl function falls off the end, it will return the result of the last expression. For these functions, the idea was to return a false value; and it the return was missing.
2010-03-170.16.23debian/0.16.23Stephen Hemminger
2010-03-17Fix typo in adsl interface discoveryStephen Hemminger
Need to use correct path when searching config path.
2010-03-16use template to determine leaf nodesAn-Cheng Huang
2010-03-150.16.22debian/0.16.22An-Cheng Huang
2010-03-15add hook for boot-time config loading environmentAn-Cheng Huang
2010-03-150.16.21debian/0.16.21Stephen Hemminger
2010-03-15Fix PPP serial QoS supportStephen Hemminger
Bug 5005 PPPOE devices live in multiple places in the tree, so code needs to go searching to find them.
2010-03-120.16.20debian/0.16.20Stig Thormodsrud
2010-03-12Print node name before the warning message.Stig Thormodsrud
2010-03-110.16.19debian/0.16.19An-Cheng Huang
2010-03-11run migration as vyattacfg groupAn-Cheng Huang
2010-03-090.16.18debian/0.16.18Bob Gilligan
2010-03-09Bugfix 5021: Make smp_affinity configuration tolerant of failures.Bob Gilligan
2010-03-050.16.17debian/0.16.17An-Cheng Huang
2010-03-05add function for traversing template hierarchyAn-Cheng Huang
2010-03-050.16.16debian/0.16.16An-Cheng Huang
2010-03-05add cmd-wrapper move command (for app-mode)An-Cheng Huang
2010-02-240.16.15debian/0.16.15Michael Larson
2010-02-24reapply term multinode sorting. fix for bug 5376Michael Larson
2010-02-23Hide wireless and tunnel key valuesStephen Hemminger
Don't want to show WPA and WEP and VPN keys.
2010-02-18Fix completion format for loadkeyStephen Hemminger
Need extra newline
2010-02-180.16.14debian/0.16.14Mohit Mehta
2010-02-18add fucntion to return bridge-group that an interface might be assigned toMohit Mehta
2010-02-170.16.13debian/0.16.13An-Cheng Huang
2010-02-170.16.12debian/0.16.12Stephen Hemminger
2010-02-17Add filename completion for keyfileStephen Hemminger
2010-02-160.16.11debian/0.16.11Stephen Hemminger
2010-02-16Add completion for loadkeyStephen Hemminger
2010-02-150.16.10debian/0.16.10Michael Larson
2010-02-15fixed problem with sibling environment variable flag. Also addedMichael Larson
designition for single entry (FIRSTLAST).
2010-02-10improve default value parsingAn-Cheng Huang
2010-02-100.16.9debian/0.16.9Stephen Hemminger