summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-19add template validation tool, check_tmplAn-Cheng Huang
2008-02-19exit after encountering parse error when handling default values.An-Cheng Huang
2008-02-15Fix 2826 Failure when setting mac address on interfaceStig Thormodsrud
2008-02-15clean up notification scriptAn-Cheng Huang
2008-02-13Fix 2829 System permits DHCP on loopback interfaceStig Thormodsrud
- remove dchp from help string
2008-02-11fix for bug 2547: showing/saving configuration now outputs new format ↵An-Cheng Huang
(no colons; quotes used only for special characters).
2008-02-11move common module from vyatta-cfg-firewallAn-Cheng Huang
2008-02-11add more priorities for loading startup configAn-Cheng Huang
2008-02-08Merge branch 'glendale' of git.vyatta.com:/git/vyatta-cfg into glendaleAn-Cheng Huang
2008-02-08- Change vlan range to 0-4094 to match linuxStig Thormodsrud
- Change ethernet completion
2008-02-08add port rule function to VyattaMiscAn-Cheng Huang
2008-02-08add port validation functions to VyattaMiscAn-Cheng Huang
2008-02-06make parse error message more usefulAn-Cheng Huang
2008-02-05allow empty line after "tag:"An-Cheng Huang
2008-02-05fix for bug 2734: different messages for "empty" and "invalid".An-Cheng Huang
2008-02-04Allow configuration of jumbo frames on ethernet interfaces.Bob Gilligan
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