Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-06 | 0.16.31debian/0.16.31 | Stephen Hemminger | |
2010-04-06 | Merge branch 'larkspur' of vm:git/vyatta-cfg into larkspur | Stephen Hemminger | |
Conflicts: lib/Vyatta/Interface.pm | |||
2010-04-06 | Defer reading ppp config until necessary | Stephen Hemminger | |
Only read ppp peers and config if looking for config path. Other properties don't need it. | |||
2010-04-06 | Add support for input interface in Interface module | Stephen Hemminger | |
2010-04-05 | 0.16.30debian/0.16.30 | Stephen Hemminger | |
2010-04-02 | Remove ifb device skipping | Stephen Hemminger | |
Rather than hiding ifb inside QoS, changing to make it a really useful device. | |||
2010-04-02 | Add support for incoming interface type | Stephen Hemminger | |
New ingress interface support. | |||
2010-04-02 | Use opendir/grep to get rid of running ls/grep | Stephen 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-01 | 0.16.29debian/0.16.29 | Michael Larson | |
2010-04-01 | fix for bug 5450. | Michael Larson | |
2010-03-30 | 0.16.28debian/0.16.28 | Stephen Hemminger | |
2010-03-29 | Ignore ifb devices | Stephen Hemminger | |
IFB is a pseudo-device used for incoming traffic shaping. Hide it from show queueing output. | |||
2010-03-29 | 0.16.27debian/0.16.27 | Stephen Hemminger | |
2010-03-29 | Allow reading interface description outside config mode | Stephen Hemminger | |
The Interface() object doesn't work for PPP in operational mode. So split out interface_description routine. | |||
2010-03-29 | 0.16.26debian/0.16.26 | Michael Larson | |
2010-03-29 | changed double quotes to single quotes on in commit actions. | Michael Larson | |
2010-03-28 | Fix perlcritic warnings | Stephen 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-26 | 0.16.25debian/0.16.25 | Michael Larson | |
2010-03-26 | fix for bug 5300 | Michael Larson | |
2010-03-24 | 0.16.24debian/0.16.24 | Stig Thormodsrud | |
2010-03-24 | Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg into larkspur | Stig Thormodsrud | |
2010-03-24 | Fix 5203: negation in firewall rule causes deprecation message | Stig Thormodsrud | |
2010-03-19 | Need explicit return to guarantee returning false | Stephen 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-17 | 0.16.23debian/0.16.23 | Stephen Hemminger | |
2010-03-17 | Fix typo in adsl interface discovery | Stephen Hemminger | |
Need to use correct path when searching config path. | |||
2010-03-16 | use template to determine leaf nodes | An-Cheng Huang | |
2010-03-15 | 0.16.22debian/0.16.22 | An-Cheng Huang | |
2010-03-15 | add hook for boot-time config loading environment | An-Cheng Huang | |
2010-03-15 | 0.16.21debian/0.16.21 | Stephen Hemminger | |
2010-03-15 | Fix PPP serial QoS support | Stephen Hemminger | |
Bug 5005 PPPOE devices live in multiple places in the tree, so code needs to go searching to find them. | |||
2010-03-12 | 0.16.20debian/0.16.20 | Stig Thormodsrud | |
2010-03-12 | Print node name before the warning message. | Stig Thormodsrud | |
2010-03-11 | 0.16.19debian/0.16.19 | An-Cheng Huang | |
2010-03-11 | run migration as vyattacfg group | An-Cheng Huang | |
2010-03-09 | 0.16.18debian/0.16.18 | Bob Gilligan | |
2010-03-09 | Bugfix 5021: Make smp_affinity configuration tolerant of failures. | Bob Gilligan | |
2010-03-05 | 0.16.17debian/0.16.17 | An-Cheng Huang | |
2010-03-05 | add function for traversing template hierarchy | An-Cheng Huang | |
2010-03-05 | 0.16.16debian/0.16.16 | An-Cheng Huang | |
2010-03-05 | add cmd-wrapper move command (for app-mode) | An-Cheng Huang | |
2010-02-24 | 0.16.15debian/0.16.15 | Michael Larson | |
2010-02-24 | reapply term multinode sorting. fix for bug 5376 | Michael Larson | |
2010-02-23 | Hide wireless and tunnel key values | Stephen Hemminger | |
Don't want to show WPA and WEP and VPN keys. | |||
2010-02-18 | Fix completion format for loadkey | Stephen Hemminger | |
Need extra newline | |||
2010-02-18 | 0.16.14debian/0.16.14 | Mohit Mehta | |
2010-02-18 | add fucntion to return bridge-group that an interface might be assigned to | Mohit Mehta | |
2010-02-17 | 0.16.13debian/0.16.13 | An-Cheng Huang | |
2010-02-17 | 0.16.12debian/0.16.12 | Stephen Hemminger | |
2010-02-17 | Add filename completion for keyfile | Stephen Hemminger | |
2010-02-16 | 0.16.11debian/0.16.11 | Stephen Hemminger | |