Age | Commit message (Collapse) | Author |
|
Use CLI (ipv4,ipv4net) and new address validator to check addresses for VRRP.
|
|
|
|
Bug 5673
Enfore restriction on values per RFC 3678
|
|
Speeds up boot with lots of tunnels
|
|
Avoid the overhead of perl compilation of vyatta-interfaces for each
address added. Handle the case of deleting address on deleted device
cleanly.
Clean up dhcpv6 script so it can be used on interfaces other
than ethernet.
|
|
|
|
Need to leave gre0 around for case of multiple tunnels
|
|
Bug 4608
|
|
This is necessary to get routing protocols and proper cleanup
|
|
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.
|
|
Put in check for brN in bridge-group bridge.
And make syntax error for bond-group better
|
|
Move check for address and state of slave to commit which
allows for better error message.
|
|
Consolidate bridge port management into a single perl script.
Done to fix the following bug.
Bug 4745
Don't allow interface with address to be added to bridge.
|
|
Need to have same checks as ethernet for valid address on commit.
|
|
Comment was providing no useful information not already present in the
template.
|
|
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.
|
|
|
|
Bug 4452
Allow configuring a telnet listen-address either IPv4 or IPv6 (like SSH).
Unlike SSH, telnet only supports a single listen-address
|
|
Bug 2410
Add ability to add configure listen address in ssh_config.
set service ssh listen-address 1.2.4.40
Multiple values are allowed, and works for both IPv4 and IPv6
|
|
Bug 4970
New CLI control of UseDNS option to sshd_config
set service ssh disable-host-validation
|
|
Bug 5698
When interface transistions back to online, the driver
may have reacquired IRQ's and the irq affinity script will
need to be rerun.
|
|
Replace old script with new cleaner script that handles both
IRQ affinity and Receive Packet Steering. Instead of two scripts
(one for mask and one for auto), do it all with one script.
Receive Packet Steering is supported in two ways.
If 'auto' is used, then both threads on HT system will be
used for receive processing.
If explicit mask is given, then two masks can be used to set
both IRQ cpus and RPS cpus.
|
|
Bug 4695
If ethernet hardware does not allow VLAN's than produce error.
Ignore delete if device doesn't exist.
|
|
Bug 4994
Use ethtool to check for supported speed and duplex values on link.
|
|
The syntax of parent MTU was wrong. The underlying driver already
checks for MTU so the commit check is not needed.
|
|
Bug 6048
Preconditions:
310 bridge
315 bonding
320 bonding vif
325 bonding vif bridge group
|
|
Bug 3531
|
|
* need nullglob to work.
|
|
1. Move scripts to vyatta-cfg-system
2. Use syntax to check for legal values
3. Don't fail on UP
|
|
mendocino
|
|
|
|
mendocino
|
|
|
|
|
|
Setting bonding parameter requires setting interface down.
Avoid flapping interface unnecessarily on boot, by defering
setting link up until end of boot.
|
|
Turns out link must be down to change hash policy
|
|
|
|
|
|
|
|
For some dial in lines, need HAYES modem support.
|
|
|
|
By default, turn console screenblanking off.
If user wants to enable it, they can use:
set system console powersave
|
|
|
|
Use:
system console device ttyS1 speed 115200
To allow top level node to be one transaction with one update
|
|
Problems found during basic testing of new serial console config
|
|
|
|
Putting it in 'system { ntp { server...' makes more sense.
|
|
Allows starting NTP server once at boot speeding up boot time
and allows specifying some NTP server options
|
|
mendocino
|
|
Configuration file is /etc/rsyslog.conf and it is supports
directory of include parameters so do not need to edit
rsyslog.conf directly
|