summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-21Allow creating vlan on disabled deviceStephen Hemminger
Other half of fix for Bug 4369
2009-05-21Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-05-200.14.82debian/0.14.82Bob Gilligan
2009-05-20Use the default_smp_affinity /proc file if it is available.Bob Gilligan
2009-05-200.14.81debian/0.14.81Bob Gilligan
2009-05-20Bugfix 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-20Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-05-18notes on arbitrary root node loading in merge operations.slioch
2009-05-18now explicit root merge works up to first multinode with explicit pathslioch
2009-05-16Add wireless device to tableStephen Hemminger
Place holder for future work.
2009-05-15root node support on load merge operation. additional work needed for deeper ↵slioch
merge path support
2009-05-15merge option added to load script. "load [configfile] --merge" adds ↵slioch
configuration to current running configuration.
2009-05-060.14.80debian/0.14.80Mohit Mehta
2009-05-06* don't allow user to change zone-type on the flyMohit Mehta
2009-05-05Fix warnings from using undefined variableStephen 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-050.14.79debian/0.14.79Mohit Mehta
2009-05-05* add flag to print commands to STDOUT for debuggingMohit Mehta
* change prefix and suffix for Vyatta zone chains
2009-05-010.14.78debian/0.14.78slioch
2009-05-01fix for bug 4338. update was being called on active nodes that containedslioch
end/begin transactions. now only end/begin are called on active nodes.
2009-05-010.14.77debian/0.14.77An-Cheng Huang
2009-05-01add "load" support in vyatta-cfg-cmd-wrapperAn-Cheng Huang
2009-04-29Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-04-29Fix spelling errors in priority file commentsStephen Hemminger
2009-04-290.14.76debian/0.14.76Mohit Mehta
2009-04-29testing if this fixes diable-link-detect file move problemMohit Mehta
2009-04-290.14.75debian/0.14.75Stephen Hemminger
2009-04-29Rename virtual-ethernet to pseudo-ethernetStephen Hemminger
Avoid name conflict with veth in Xen.
2009-04-280.14.74debian/0.14.74Stephen Hemminger
2009-04-28Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jennerStephen Hemminger
2009-04-28Use getIP() to check for duplicatesStephen Hemminger
Simpler to use new getIP() for all address fetching
2009-04-28Catch incorrect address formatStephen Hemminger
Don't just silently exit on incorrect address format. At least print an error
2009-04-28Fix bug in is_ip_configuredStephen 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-28Extend getIP() to be able to get all addressesStephen Hemminger
Only have one interface for getting addresses.
2009-04-280.14.73debian/0.14.73Stephen Hemminger
2009-04-28DHCP should be checking config not flagsStephen Hemminger
If interface is down (because of release), then renew should still be able restart interface.
2009-04-28Need to convert path to have slashesStephen Hemminger
More convient to do it here.
2009-04-270.14.72debian/0.14.72Mohit Mehta
2009-04-27outlaw adding an interface to a zone that has firewall configured for itMohit Mehta
2009-04-27Fix path to virtual-ethernetStephen Hemminger
And indent net_prefix
2009-04-270.14.71debian/0.14.71Stephen Hemminger
2009-04-27Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jennerStephen Hemminger
2009-04-27Cleanup exports of Vyatta::MiscStephen Hemminger
Remove duplicates from list, and make sure getIP is exported, and that explicit imports are listed.
2009-04-270.14.70debian/0.14.70Mohit Mehta
2009-04-27fix broken call to getIPMohit Mehta
2009-04-27reindent codeStephen Hemminger
2009-04-270.14.69debian/0.14.69Stephen Hemminger
2009-04-27Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-04-27vyatta-interfaces changes for DHCPStephen Hemminger
Need good way to find path to get current MTU.
2009-04-27Handle errors better in show_mtuStephen Hemminger
2009-04-27Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jennerStephen Hemminger