summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2011-11-01Rename "generic" timeout options to "other".oxnard-nat-enhancementsDaniil Baturin
2011-11-01Rename "tcp-loose" parameter to "tcp loose".Daniil Baturin
2011-10-31Terrible workaround for depencency between PPTP and GRE modules.Daniil Baturin
2011-10-31Fix TFTP conntrack helper modules unloading commands.Daniil Baturin
2011-10-31Remove commas from help string to allow copy/paste of allowed values.Daniil Baturin
2011-10-11Fix comments in expect-table-size template to correspond new branchDaniil Baturin
2011-10-04Fix maximum allowed value and completion for half-open-connections and ↵Daniil Baturin
max-retrans options
2011-09-20Add delete tag to conntrack templates to get values back to defaultDaniil Baturin
after conntrack subtree deletion.
2011-09-05Update comments in "system conntrack" top level template to match new ↵Daniil Baturin
location of conntrack settings.
2011-09-05Use RFC793 named and capitalization for TCP timeout help strings.Daniil Baturin
2011-09-05Fix erroneous TCP in "system conntrack timeout generic" value help string.Daniil Baturin
2011-09-02Add syntax checks to timeout options, restrict input to LONG_MAX/HZ=21474836 ↵Daniil Baturin
for 32-bit platform
2011-09-02Switch from writing to /proc/sys to using "sysctl -w"Daniil Baturin
2011-09-02Add "system conntrack tcp half-open-connections" optionDaniil Baturin
2011-09-02Move max-retrans option from timeout to tcp branchDaniil Baturin
2011-09-02Add options for PPTP module, don't allot disabling GRE when PPTP is enabled ↵Daniil Baturin
(used to cause troubles because PPTP is enabled by default)
2011-08-16Move conntrack options from firewall to system branch, add options for ↵Daniil Baturin
timeout and modules
2011-06-16Revert "bonding: remove requirement of slaves existing before vif"Stephen Hemminger
This reverts commit 4729a33cdf054cce6780aa4817f9eaccb490ee3f. Need to put back the check, since it won't work asis
2011-06-16bonding: remove requirement of slaves existing before vifStephen Hemminger
Bug 5383 Kernel modified to not default to vlan challenged, therefore it is now okay to make vlan on empty bond
2011-06-08Move the mtu settings out of the main inteface priority subtree as a failure ↵John Southworth
boundry
2011-05-25alternative fix for bug 6958An-Cheng Huang
2011-05-23don't assume hw-id exists since it can be deletedAn-Cheng Huang
2011-05-10more changes for new commitAn-Cheng Huang
(cherry picked from commit 11baf27c6caf1a0edf2b993fb7066227d02eab7b)
2011-05-10changes for new commitAn-Cheng Huang
(cherry picked from commit edf507d5be8061475d00c0cb3278f7cdd8ae844a)
2011-05-06Update help for console speedStephen Hemminger
Bug 7024
2011-04-13* Add help and checks for VRRP transition-script nodesMohit Mehta
to push users towards putting scripts in /config/scripts
2011-03-28Bugfix 6958: only call cleanup script for tunnel modules on the last sibling ↵John Southworth
deletion
2011-03-28Remove these priorities as they are not needed. They are from an earlier ↵John Southworth
community submitted patch see bug 5491
2011-03-15match console type only once.Robert Bays
2011-03-15updated fix for bug 6919: Console settings don't support hvc0 for xenRobert Bays
2011-03-15fix for bug 6919: Console settings don't support hvc0 for xenRobert Bays
2011-03-11Remove flag file at end of transactionStephen Hemminger
If commit cleans up temp file, no sudo is necessary.
2011-03-11Don't set speed duplex twiceStephen Hemminger
Bug 6778 Both the nodes for speed and duplex both update the device. But only the change only needs to be done once. Changing the values twice causes link bounce and takes some time to resolve.
2011-03-03Bugfix 5491: Allow tunnel parameters to be changed on a preconfigured tunnelJohn Southworth
2011-02-25Validate domain and host nameStephen Hemminger
Bug 6243 More complete validation of host name and domain name
2011-02-07Merge branch 'napa' of git.vyatta.com:/git/vyatta-cfg-system into napaJohn Southworth
2011-02-07Fix syslog not reloading properly after changing the log levelJohn Southworth
Bugfix 6781
2011-01-31use val_help to present valid info for nodeMohit Mehta
2011-01-26Rearrange priority for pseudo-ethernetStephen Hemminger
Bug 6116 Do setup at same priority as VIF (since it is really macvlan) Do address after peth mac address is set. (cherry picked from commit 0f3aa38c15bb159d331dcfd91076ac37bd4c524e)
2011-01-06Change priority of bonding device addressStephen Hemminger
Bug 6642 Need slaves to be attached to bonding device before setting address (for DHCP). (cherry picked from commit 77297af866be32c058363f9cb3d104db9e00bb36)
2010-12-16Fix help for name-serverStephen Hemminger
Bug 5185
2010-12-15Add checking of protocol-version valueStephen Hemminger
Syntax checking and help.
2010-12-15Don't regenerate ssh v1 keyStephen Hemminger
The key generation is done during installation or earlier in rl-system.init
2010-12-10Fix 6453: After configuring VRRP on interface, VRRP is not active until VRRP ↵Stig Thormodsrud
is manually restared with "restart vrrp" command. - Move all commit checks into script on end node. - Add separate function for conntrack-sync settings. - Do per instance validation at the right priority level. - Verify that the changes file is removed on final transaction.
2010-12-06Allow telnet and ssh to start before routing protocolsStephen Hemminger
Bug 6474 Use priority 500 which is after login, syslog, etc.
2010-12-06Allow Ipv6 addresses in resolv.confStephen Hemminger
Bug 5185
2010-12-02Block accidental use of virtual consolesStephen Hemminger
The devices tty1 ... are virtual consoles and should not be configured through the CLI.
2010-12-02Allow configuring console speed etcStephen Hemminger
Bug 3849, 2289, 4126 Adds configuration of serial console: set system console { device ttyS0 { speed 19200 } device ttyACM0 { speed 57600 type modem } } This covers the cases of deleting serial console, changing speed, and allowing modem console devices
2010-12-02Fix delete of mac address on bonding interfaceStephen Hemminger
Bug 6489 Bonding device is a pseudo-device without hw-id, so deleting mac does nothing.
2010-11-30Add dhcpv6 options for all interfaces that support DHCPStephen Hemminger
DHCPv6 is not restricted to ethernet only anymore.