Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-01 | Rename "generic" timeout options to "other".oxnard-nat-enhancements | Daniil Baturin | |
2011-11-01 | Rename "tcp-loose" parameter to "tcp loose". | Daniil Baturin | |
2011-10-31 | Terrible workaround for depencency between PPTP and GRE modules. | Daniil Baturin | |
2011-10-31 | Fix TFTP conntrack helper modules unloading commands. | Daniil Baturin | |
2011-10-31 | Remove commas from help string to allow copy/paste of allowed values. | Daniil Baturin | |
2011-10-11 | Fix comments in expect-table-size template to correspond new branch | Daniil Baturin | |
2011-10-04 | Fix maximum allowed value and completion for half-open-connections and ↵ | Daniil Baturin | |
max-retrans options | |||
2011-09-20 | Add delete tag to conntrack templates to get values back to default | Daniil Baturin | |
after conntrack subtree deletion. | |||
2011-09-05 | Update comments in "system conntrack" top level template to match new ↵ | Daniil Baturin | |
location of conntrack settings. | |||
2011-09-05 | Use RFC793 named and capitalization for TCP timeout help strings. | Daniil Baturin | |
2011-09-05 | Fix erroneous TCP in "system conntrack timeout generic" value help string. | Daniil Baturin | |
2011-09-02 | Add syntax checks to timeout options, restrict input to LONG_MAX/HZ=21474836 ↵ | Daniil Baturin | |
for 32-bit platform | |||
2011-09-02 | Switch from writing to /proc/sys to using "sysctl -w" | Daniil Baturin | |
2011-09-02 | Add "system conntrack tcp half-open-connections" option | Daniil Baturin | |
2011-09-02 | Move max-retrans option from timeout to tcp branch | Daniil Baturin | |
2011-09-02 | Add 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-16 | Move conntrack options from firewall to system branch, add options for ↵ | Daniil Baturin | |
timeout and modules | |||
2011-05-10 | more changes for new commit | An-Cheng Huang | |
(cherry picked from commit 11baf27c6caf1a0edf2b993fb7066227d02eab7b) | |||
2011-05-10 | changes for new commit | An-Cheng Huang | |
(cherry picked from commit edf507d5be8061475d00c0cb3278f7cdd8ae844a) | |||
2011-05-06 | Update help for console speed | Stephen Hemminger | |
Bug 7024 | |||
2011-03-15 | match console type only once. | Robert Bays | |
2011-03-15 | updated fix for bug 6919: Console settings don't support hvc0 for xen | Robert Bays | |
2011-03-15 | fix for bug 6919: Console settings don't support hvc0 for xen | Robert Bays | |
2011-02-25 | Validate domain and host name | Stephen Hemminger | |
Bug 6243 More complete validation of host name and domain name | |||
2011-02-07 | Fix syslog not reloading properly after changing the log level | John Southworth | |
Bugfix 6781 | |||
2010-12-16 | Fix help for name-server | Stephen Hemminger | |
Bug 5185 | |||
2010-12-06 | Allow Ipv6 addresses in resolv.conf | Stephen Hemminger | |
Bug 5185 | |||
2010-12-02 | Block accidental use of virtual consoles | Stephen Hemminger | |
The devices tty1 ... are virtual consoles and should not be configured through the CLI. | |||
2010-12-02 | Allow configuring console speed etc | Stephen 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-11-18 | Fix help for syslog | Stephen Hemminger | |
Bug 5396 Make it clear that 'syslog file' takes a file name not a full path. Also make help text symmetrical for all logging options. | |||
2010-11-17 | Allow longer domain-name values | Stephen Hemminger | |
Bug 6243 Change syntax checking for domain name. Don't enforce length restrictions since that is checked already elsewhere and may change. Do enforce the RFC 2181 character set values. | |||
2010-10-28 | fix for bug 6388 | An-Cheng Huang | |
* need nullglob to work. | |||
2010-10-26 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
mendocino | |||
2010-10-26 | Use pgrep to check if ntp running | Stephen Hemminger | |
2010-10-26 | Move config-mgmt to it's own package. | Stig Thormodsrud | |
2010-10-22 | Fist pass at adding archive to uri on commit. | Stig Thormodsrud | |
2010-10-18 | Neuter the serial console config until it works | Stephen Hemminger | |
2010-10-15 | Add ability to run modem getty | Stephen Hemminger | |
For some dial in lines, need HAYES modem support. | |||
2010-10-14 | Need sudo to change console settings | Stephen Hemminger | |
2010-10-14 | Add better control over console screen blanker | Stephen Hemminger | |
By default, turn console screenblanking off. If user wants to enable it, they can use: set system console powersave | |||
2010-10-14 | Need to be root to write /etc/inittab | Stephen Hemminger | |
2010-10-14 | Change syntax for console config | Stephen Hemminger | |
Use: system console device ttyS1 speed 115200 To allow top level node to be one transaction with one update | |||
2010-10-14 | Fix serial console setup functions | Stephen Hemminger | |
Problems found during basic testing of new serial console config | |||
2010-10-14 | Add support for setting up serial console ports | Stephen Hemminger | |
2010-10-13 | Revise new ntp server config | Stephen Hemminger | |
Putting it in 'system { ntp { server...' makes more sense. | |||
2010-10-13 | Migrate NTP server to services ntp | Stephen Hemminger | |
Allows starting NTP server once at boot speeding up boot time and allows specifying some NTP server options | |||
2010-10-08 | Convert from syslog to rsyslog | Stephen Hemminger | |
Configuration file is /etc/rsyslog.conf and it is supports directory of include parameters so do not need to edit rsyslog.conf directly | |||
2010-09-07 | Change modprobe.d files to .conf | Stephen Hemminger | |
In squeeze, modprobe wants config files named .conf or it will generate warning. | |||
2010-08-20 | Add checking of port range | Stephen Hemminger | |
Bug 6058 Put consitent checking port range on snmp, ssh, and telnet | |||
2010-08-17 | update help text to use val_help | An-Cheng Huang | |