summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-04Bugfix: 2653Bob Gilligan
Don't allow the bitmask argument of the smp_affinity parameter to contain more bits than there are CPUs on the system.
2008-02-01support quiet mode for type validationAn-Cheng Huang
2008-02-01update config completion for "$VAR()"An-Cheng Huang
2008-02-01fix for bug 2211: "commit:expression:" checks are not evaluated atAn-Cheng Huang
"set" time.
2008-02-01fix for bug 2616: implement "up" and "top" in configure mode.An-Cheng Huang
2008-02-01fix for bug 2614: allow "edit" operation on non-existent nodes.An-Cheng Huang
2008-02-01fix for bug 2258: setting an existing node doesn't cause error.An-Cheng Huang
2008-02-01prioritize physical interfaces over tunnel interfacesStig Thormodsrud
2008-01-31convert templates to new syntaxAn-Cheng Huang
2008-01-30allow certain operators in initial stateAn-Cheng Huang
2008-01-30don't check escaped '$' in string expansionAn-Cheng Huang
2008-01-30change variable reference marker from "$(" to "$VAR(".An-Cheng Huang
2008-01-29allow non-txt values in initial state (for default).An-Cheng Huang
2008-01-29Merge branch 'glendale' of git.vyatta.com:/git/vyatta-cfg into glendaleAn-Cheng Huang
2008-01-29add initialization support for vif and link-detect status via quagga.Michael Larson
2008-01-28* don't require backslash line-continuation in expressions.An-Cheng Huang
* make comment terminate the previous field. * add standalone test.
2008-01-28Merge branch 'glendale' of git.vyatta.com:/git/vyatta-cfg into glendaleAn-Cheng Huang
2008-01-28handle empty actionAn-Cheng Huang
2008-01-28Bugfix: 2688Bob Gilligan
Allow upper case hex values in smp_affinity parameter. Also get irq number of interface from /sys/class/net/..., which is more reliable than parsing it out of the output of /proc/interrupts.
2008-01-28fix 2718: Set failed after a duplicated address was set for an interfaceStig Thormodsrud
2008-01-28Merge branch 'glendale' of git.vyatta.com:/git/vyatta-cfg into glendaleAn-Cheng Huang
2008-01-28skip spaces immediately after field namesAn-Cheng Huang
2008-01-24allow non-indented line continuationAn-Cheng Huang
2008-01-24Merge branch 'glendale' of git.vyatta.com:/git/vyatta-cfg into glendaleAn-Cheng Huang
2008-01-24Removed stale init entries for dhcpd, dhcrelay, and lighttpd daemons. Bug ↵Marat Nepomnyashy
2692 fix.
2008-01-24add "official" support for "comp_help" and "allowed" in config templateAn-Cheng Huang
parser (ignored by backend).
2008-01-24add script to /etc/dhcp3/dhclient-exit-hooks to store values received by ↵Stig Thormodsrud
dhclient
2008-01-24Merge branch 'glendale' of git.vyatta.com:/git/vyatta-cfg into glendaleAn-Cheng Huang
2008-01-24rewrite lexical analyzer to support simplified templates.An-Cheng Huang
2008-01-24dhcp3-client | vyatta-dhcp3-clientTom Grennan
2008-01-23allow setting 2500 or 10000 speeddebian/0.1Stephen Hemminger
Ethtool allows setting speed of 2.5Gb or 10Gb on devices that support it. Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
2008-01-23Revert "fix bug 2658"Tom Grennan
This reverts commit 31d8f4539b68b3e65b0d98bce0d564705ffa1992. Conflicts: etc/init.d/vyatta-ofr
2008-01-23Revert "only rescan interfaces if vyatta udev script is installed"Tom Grennan
This reverts commit 85b14c8232b1e59ce9bb42bb69935f2349823b96.
2008-01-22only rescan interfaces if vyatta udev script is installedTom Grennan
2008-01-22use log_action_*_msg for config mount/umountTom Grennan
2008-01-21fix bug 2658Tom Grennan
force udev rescan w/in vyatta-ofr init so that we can update interface list in config file *after* filesystem is writable
2008-01-21Fix vlan nodes to use create instead of updateStig Thormodsrud
2008-01-19Revert "Check for undefined values before using them"rbalocca
This reverts commit 43accc31c5d6d7cfe1e820d80d3042e335ebad3d.
2008-01-18Check for undefined values before using themrbalocca
2008-01-16Add help and error message for 'set interfaces ethernet <dev> addressStig Thormodsrud
2008-01-15fix for bug 2534 and prep for larson's vif link detect fixesRobert Bays
2008-01-15Filter out vlans from "show interfaces ethernet" help string.Stig Thormodsrud
2008-01-14do config migration when loading a config fileAn-Cheng Huang
2008-01-11On boot up commit bridge interfaces before ethernet interfacesStig Thormodsrud
2008-01-10Fix 2617 "Invalid interface address accepted".Stig Thormodsrud
2008-01-09Use package 'vyatta-dhcp3-client' rather than 'dhcp3-client'.Marat Nepomnyashy
2008-01-08hide "password" values in output of "show configuration".An-Cheng Huang
2008-01-03Merge branch 'glendale' of http://suva.vyatta.com/vyatta-cfg into glendaleTom Grennan
2008-01-03work w/ either quagga (debian) or vyatta-quagga packagesTom Grennan
2008-01-02- Allow vpn to be configured on a tunnel interface.Stig Thormodsrud