Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-05 | boot loader support now added. various bug fixes and some small rework. | Michael Larson | |
2010-05-04 | initial working version of activate and deactivate: load,save,show,commit ↵ | Michael Larson | |
supported. | |||
2010-04-23 | support all valid multi-type types | An-Cheng Huang | |
2010-04-16 | multinode limit and multiple types now supported through config.pm | Michael Larson | |
2010-04-15 | Rename in0 to ifb0 | Stephen Hemminger | |
Better name suggestion. | |||
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-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 | fix for bug 5450. | Michael Larson | |
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 | 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-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-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 | 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 | 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-05 | add function for traversing template hierarchy | An-Cheng Huang | |
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 | add fucntion to return bridge-group that an interface might be assigned to | Mohit Mehta | |
2010-02-10 | improve default value parsing | An-Cheng Huang | |
2010-02-10 | Fix handling of pppoe devices | Stephen Hemminger | |
PPPoE devices don't have VIF's and are named 'pppoeN' not 'pppN'. | |||
2010-02-10 | Fix missing bracket | Stephen Hemminger | |
Interface.pm syntax error. | |||
2010-02-09 | Add preliminary support for pppoe devices | Stephen Hemminger | |
QoS needs to be able to convert from device name back to path in the config hierarchy. This is is a first step. | |||
2010-02-09 | add util function | An-Cheng Huang | |
2009-12-04 | Fix problem from earlier FILE handle removal in Config.pm | Stephen Hemminger | |
Need 'my' | |||
2009-12-04 | Fix perlcritic warnings in Config.pm | Stephen Hemminger | |
Config.pm: Bareword file handle opened at line 156, column 7. See pages 202,204 of PBP. (Severity: 5) Config.pm: Bareword file handle opened at line 353, column 7. See pages 202,204 of PBP. (Severity: 5) Config.pm: Bareword file handle opened at line 429, column 7. See pages 202,204 of PBP. (Severity: 5) | |||
2009-12-04 | Fix perlcritic warnings in Keepalived | Stephen Hemminger | |
Keepalived.pm: Code before strictures are enabled at line 25, column 1. See page 429 of PBP. (Severity: 5) Keepalived.pm: "return" statement with explicit "undef" at line 280, column 2. See page 199 of PBP. (Severity: 5) | |||
2009-12-01 | fix for bug 4999 | Michael Larson | |
2009-12-01 | Fix 5133: vrrp transition scripts not working properly when going to backup | Stig Thormodsrud | |
2009-11-04 | Fix missing semicolon. | Stig Thormodsrud | |
2009-11-03 | Fix uninitialized variable when reading carrier on admin down interface. | Stig Thormodsrud | |
2009-11-01 | Fix spelling error in carrier method. | Stig Thormodsrud | |
2009-11-01 | Add natural order sort. | Stig Thormodsrud | |
2009-11-01 | Fix carrier method. | Stig Thormodsrud | |
2009-11-01 | Convert keepalived to use Interface infrastructure. | Stig Thormodsrud | |
2009-11-01 | Add method to retrieve carrier value. | Stig Thormodsrud | |
2009-10-31 | Add VRRP capability to bonding interfaces and vifs of bonding interfaces. | David S. Madole | |
2009-09-11 | Fix Bug 4919 "service dns" branch of configuration file missing ... | Mohit Mehta | |
* use new API to get active 'original + commited' values * split 'dns forwarding' and 'dns dynamic' into different priorities | |||
2009-09-11 | term multinodes perl api support to provide currently committed values. | Michael Larson | |
2009-09-11 | leaf node support for new commit. Returns reconciled processed node ↵ | Michael Larson | |
returnOrigPlusComValue() no term multinode leaf support yet. | |||
2009-09-09 | fix for bug 4697. Added range value check that start must be less than or ↵ | slioch | |
equal to stop address | |||
2009-08-13 | Skip more wireless interfaces | Stephen Hemminger | |
Hostapd creates mon.wlanX interfaces which are not something we need to make visible. | |||
2009-08-12 | Skip wmaster interface in operational commands | Stephen Hemminger | |
Ignore the bogus wmaster interface | |||
2009-08-07 | check if port name is valid for both tcp and udp when protocol tcp_udp | Mohit Mehta | |