Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-21 | Bugfix 4432: Don't validate interface name in "check" sub-command. | Bob Gilligan | |
The "check" sub-command is called by the CLI at "set" time. The interface may not be configured, or may be configured but not "up" at this time. So we don't want to perform any validation on the interface. | |||
2009-05-21 | add "discard" command to cmd wrapper | An-Cheng Huang | |
2009-05-21 | Add script option to check if interface is up | Stephen Hemminger | |
Better than reading sysfs directly. | |||
2009-05-20 | Use the default_smp_affinity /proc file if it is available. | 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-18 | notes on arbitrary root node loading in merge operations. | slioch | |
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-01 | add "load" support in vyatta-cfg-cmd-wrapper | An-Cheng Huang | |
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 | 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 | 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 | fix broken call to getIP | Mohit Mehta | |
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 | Add method to show configured mtu | Stephen Hemminger | |
2009-04-24 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-04-21 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jenner | Stig Thormodsrud | |
2009-04-21 | Add some debug files to help diagnose boot issue with new cli ordering. | Stig Thormodsrud | |
These should be removed before release. | |||
2009-04-20 | Use undef for false | Stephen Hemminger | |
Standard perl convention is undefined for false rather than 0. | |||
2009-04-20 | Use getIP rather than call 'ip addr' | Stephen Hemminger | |
Trying to have uniform library to interface state. | |||
2009-04-20 | Fix vyatta-interfaces | Stephen Hemminger | |
Extra comma in options hash list! Get rid of perl function prototype for usage. Perl Best Practices and other books recommend against them. Move up exit to avoid surprises in later code. | |||
2009-04-20 | add env override for default session id | An-Cheng Huang | |
2009-04-09 | Bugfix 4272: Set log level to "notice" so messages are logged by default. | Bob Gilligan | |
2009-04-06 | for fans of the new priority|commit system, debug output is now enabled on ↵ | slioch | |
config boot. -a action is activated and last output is written to /tmp/bar | |||
2009-04-06 | add "save" command to cfg-cmd-wrapper | An-Cheng Huang | |
2009-04-03 | remove rank loading from loadconfig. rank load is disabled--will remove ↵ | slioch | |
ordering code (that has no effect) in a future submission. | |||
2009-04-01 | Add --warn option for vyatta-interfaces | Stephen Hemminger | |
For when templates want to check for interface but not die. | |||
2009-03-05 | Fix is_valid_name() to support any valid interface type (--check all). | Stig Thormodsrud | |
2009-03-04 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jenner | Stig Thormodsrud | |
2009-03-04 | Fix show_interfaces() so that it includes vlans for $type='all'. | Stig Thormodsrud | |
2009-03-03 | Extend vyatta-interfaces to do device name checking | Stephen Hemminger | |
Have one central place for validity checks. | |||
2009-02-27 | Fix --vif option | Stephen Hemminger | |
When finding allwed VIF, want to show vif id not name. | |||
2009-02-26 | Handle MTU on all types of interface | Stephen Hemminger | |
Use new Vyatta::Interface mtu function to handle all interface types with DHCP. | |||
2009-02-26 | Add option to show VIF for interface | Stephen Hemminger | |
2009-02-11 | Remove script for vyatta-cfg-reload | Stephen Hemminger | |
Moved it back over to vyatta-cfg-quagga | |||
2009-02-10 | Add new option for checking name validity | Stephen Hemminger | |
Many templates should allow any known interface type, since interface may be created later. So create some generic hooks for validation. | |||
2009-02-05 | Move config reload from quagga to vyatta-cfg | Stephen Hemminger | |
More generally useful, and maintaince is better when closer to home | |||
2009-02-03 | Missing semicolon | Stephen Hemminger | |
Mistake in earlier change. | |||
2009-02-03 | Simplify and add strict checks | Stephen Hemminger | |
2009-02-03 | Replace bare file handle with variable | Stephen Hemminger | |
PBP recommends using local variable rather than global file handle. | |||
2009-02-03 | Simplify logic | Stephen Hemminger | |
Use || operator | |||
2009-02-03 | Reindent load config for clarity | Stephen Hemminger | |
Run through perltidy. | |||
2009-01-26 | save_config: fix perlcritic warnings | Stephen Hemminger | |
Use three arg form of open etc. | |||
2009-01-12 | Use new interfaces routines | Stephen Hemminger | |
Unify all code that does name -> interface attribute translation into one place. No need to pass interface path to scripts, and handle addresses correctly in DHCP code. Use 'undef' consitently for false in perl code. | |||
2009-01-12 | Remove unused functions | Stephen Hemminger | |
htonl and if_nametoindex are not used. |