summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-27Fix 2497: check for duplicate ip address.Stig Thormodsrud
Also while we're add it, allow user to set an ipv6 address or get address from dhcp.
2007-11-20Fix 2482: Interface speed and duplex cannot be set to auto.Stig Thormodsrud
2007-11-15add "root-level" completion/helpAn-Cheng Huang
2007-11-09* fix for bug 2338: for values of "multi:" nodes, input ordering is nowAn-Cheng Huang
used for commit actions. * fix array index out of bound.
2007-11-09* fix for bug 2472: return empty string when directory references don'tAn-Cheng Huang
exist (for existence checks in templates). * add debug output.
2007-11-08fix for bug 2470: set the type of variable value reference correctlyAn-Cheng Huang
according to the conversion result.
2007-11-08fix for bug 2469: don't convert the string for directory references.An-Cheng Huang
2007-11-08* output error message if set/delete/commit fails.An-Cheng Huang
* remove compiler warnings.
2007-11-08fix for bug 2467: cli backend now performs delete actions recursivelyAn-Cheng Huang
in the proper order.
2007-11-07* support rc.local on persistent storage.An-Cheng Huang
* start vyatta-ofr at S90.
2007-11-07allow loading empty config fileAn-Cheng Huang
2007-11-06correct owner/permissions for saved config filesAn-Cheng Huang
2007-11-06handle "type:" without help stringAn-Cheng Huang
2007-11-06fix for bug 2273: cli parser was overwriting "type help" with "node help".An-Cheng Huang
2007-11-06correctly handle "type help" in completionAn-Cheng Huang
2007-11-06Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfgTom Grennan
Conflicts: etc/init.d/vyatta-ofr
2007-11-06config priorities...Tom Grennan
/opt/vyatta/etc/config if .../config.boot exists otherwise, bind /opt/vyatta/etc/config to either ~root/vyatta/config or /media/floppy/config (in order) if neither exist, create ~root/vyatta/config
2007-11-06handle config directory in vyatta-ofr init.An-Cheng Huang
2007-11-05User message modificationsJustin Fletcher
2007-11-05Help string modificationsJustin Fletcher
2007-11-02* config-mode "show" command now hides default values.An-Cheng Huang
* add "show -all" command to display all values. * "save" command saves all values.
2007-11-02fix for bug 2425: add all default values along the configuration path.An-Cheng Huang
2007-11-02* fix cli backend memory leak.An-Cheng Huang
* export {copy,free}_path().
2007-11-01use correct path for config backend binariesAn-Cheng Huang
2007-11-01edit help textAn-Cheng Huang
2007-11-01fix ethernet/vif templatesAn-Cheng Huang
2007-11-01remove unused subinits from vyatta-ofr initAn-Cheng Huang
2007-11-01fix cli backend bug: syntax checking for leaf value nodes involvingAn-Cheng Huang
variable references was not working.
2007-10-31ignore trailing spaces in config templatesAn-Cheng Huang
2007-10-31fix cli backend bug: disallow setting values for type-less nodes.An-Cheng Huang
2007-10-31enable ethernet interface by defaultAn-Cheng Huang
2007-10-31use "disable" instead of "enable" for ethernetAn-Cheng Huang
2007-10-31also set broadcast when setting addressAn-Cheng Huang
2007-10-31add config-mode "run" command (for running op mode commands).An-Cheng Huang
2007-10-31rename bash completion script to enforce ordering.An-Cheng Huang
2007-10-30add configuration change notification.An-Cheng Huang
2007-10-30handle config lockingAn-Cheng Huang
2007-10-29general cleanup of CLI outputAn-Cheng Huang
2007-10-29output "help" textAn-Cheng Huang
2007-10-29redirect output by defaultAn-Cheng Huang
2007-10-26add proper handling of values with "spaces".An-Cheng Huang
2007-10-24* add dynamic "allowed" support for config-mode completion.An-Cheng Huang
* add support for completion help text. * add an example for each of the above ("ethernet" and "ethernet/duplex").
2007-10-24allow xorp_tmpl_tool output (for 'show configuration')An-Cheng Huang
2007-10-24move default config to vyatta-cfg-system. if vyatta-cfg-system is notAn-Cheng Huang
installed, an empty config is used.
2007-10-24escape '*' for config-mode completionAn-Cheng Huang
2007-10-24add 'sudo' to 'interfaces' configuration commands.An-Cheng Huang
2007-10-24make sure config directories have correct permissions.An-Cheng Huang
2007-10-23use 'quaggavty' groupAn-Cheng Huang
2007-10-22add 'config_dev' and 'config_path' kernel command-line options to allowAn-Cheng Huang
a user to specify the device and path of the startup configuration file, e.g., '... config_dev=sda1 config_path=/config.boot'.
2007-10-19replace "rl_passwd" with the standard "mkpasswd".An-Cheng Huang