Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-21 | Allow creating vlan on disabled device | Stephen Hemminger | |
Other half of fix for Bug 4369 | |||
2009-05-21 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-05-20 | 0.14.82debian/0.14.82 | Bob Gilligan | |
2009-05-20 | Use the default_smp_affinity /proc file if it is available. | Bob Gilligan | |
2009-05-20 | 0.14.81debian/0.14.81 | Bob Gilligan | |
2009-05-20 | Bugfix 4427: Handle multiqueue NICs. | Bob Gilligan | |
Added code to deal with NICs that utilize more than one IRQ. The "set" sub-command of this script will now assign the requested affinity mask to all IRQs that are associated with the NIC. | |||
2009-05-20 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-05-18 | notes on arbitrary root node loading in merge operations. | slioch | |
2009-05-18 | now explicit root merge works up to first multinode with explicit path | slioch | |
2009-05-16 | Add wireless device to table | Stephen Hemminger | |
Place holder for future work. | |||
2009-05-15 | root node support on load merge operation. additional work needed for deeper ↵ | slioch | |
merge path support | |||
2009-05-15 | merge option added to load script. "load [configfile] --merge" adds ↵ | slioch | |
configuration to current running configuration. | |||
2009-05-06 | 0.14.80debian/0.14.80 | Mohit Mehta | |
2009-05-06 | * don't allow user to change zone-type on the fly | Mohit Mehta | |
2009-05-05 | Fix warnings from using undefined variable | Stephen Hemminger | |
Several places in the the listNodes() code would generate warnings if strict warnings enabled because they had constructs like "$path $node" which aren't correct if $path was not defined. | |||
2009-05-05 | 0.14.79debian/0.14.79 | Mohit Mehta | |
2009-05-05 | * add flag to print commands to STDOUT for debugging | Mohit Mehta | |
* change prefix and suffix for Vyatta zone chains | |||
2009-05-01 | 0.14.78debian/0.14.78 | slioch | |
2009-05-01 | fix for bug 4338. update was being called on active nodes that contained | slioch | |
end/begin transactions. now only end/begin are called on active nodes. | |||
2009-05-01 | 0.14.77debian/0.14.77 | An-Cheng Huang | |
2009-05-01 | add "load" support in vyatta-cfg-cmd-wrapper | An-Cheng Huang | |
2009-04-29 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-04-29 | Fix spelling errors in priority file comments | Stephen Hemminger | |
2009-04-29 | 0.14.76debian/0.14.76 | Mohit Mehta | |
2009-04-29 | testing if this fixes diable-link-detect file move problem | Mohit Mehta | |
2009-04-29 | 0.14.75debian/0.14.75 | Stephen Hemminger | |
2009-04-29 | Rename virtual-ethernet to pseudo-ethernet | Stephen Hemminger | |
Avoid name conflict with veth in Xen. | |||
2009-04-28 | 0.14.74debian/0.14.74 | Stephen Hemminger | |
2009-04-28 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-04-28 | Use getIP() to check for duplicates | Stephen Hemminger | |
Simpler to use new getIP() for all address fetching | |||
2009-04-28 | Catch incorrect address format | Stephen Hemminger | |
Don't just silently exit on incorrect address format. At least print an error | |||
2009-04-28 | Fix bug in is_ip_configured | Stephen Hemminger | |
Bug 4311 Doing grep ($ip, @list) will return whole list since it evaluted $ip as a expression and the result was defined. | |||
2009-04-28 | Extend getIP() to be able to get all addresses | Stephen Hemminger | |
Only have one interface for getting addresses. | |||
2009-04-28 | 0.14.73debian/0.14.73 | Stephen Hemminger | |
2009-04-28 | DHCP should be checking config not flags | Stephen Hemminger | |
If interface is down (because of release), then renew should still be able restart interface. | |||
2009-04-28 | Need to convert path to have slashes | Stephen Hemminger | |
More convient to do it here. | |||
2009-04-27 | 0.14.72debian/0.14.72 | Mohit Mehta | |
2009-04-27 | outlaw adding an interface to a zone that has firewall configured for it | Mohit Mehta | |
2009-04-27 | Fix path to virtual-ethernet | Stephen Hemminger | |
And indent net_prefix | |||
2009-04-27 | 0.14.71debian/0.14.71 | Stephen Hemminger | |
2009-04-27 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-04-27 | Cleanup exports of Vyatta::Misc | Stephen Hemminger | |
Remove duplicates from list, and make sure getIP is exported, and that explicit imports are listed. | |||
2009-04-27 | 0.14.70debian/0.14.70 | Mohit Mehta | |
2009-04-27 | fix broken call to getIP | Mohit Mehta | |
2009-04-27 | reindent code | Stephen Hemminger | |
2009-04-27 | 0.14.69debian/0.14.69 | Stephen Hemminger | |
2009-04-27 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-04-27 | vyatta-interfaces changes for DHCP | Stephen Hemminger | |
Need good way to find path to get current MTU. | |||
2009-04-27 | Handle errors better in show_mtu | Stephen Hemminger | |
2009-04-27 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jenner | Stephen Hemminger | |