Age | Commit message (Collapse) | Author |
|
Use val_help: for help strings
|
|
This value can only be "true" or "false"; it should be bool type.
|
|
|
|
Previous change did not format val-help tag correctly
|
|
Use ipv4,ipv6 for host mapping address which uses internal CLI syntax check.
Revise help text to match CLI standard
|
|
|
|
|
|
|
|
|
|
Use ipv4net,ipv6net to handle the two address possibilities
|
|
|
|
More consistency fixes.
|
|
|
|
|
|
Do syntax range checking on bridge STP parameters.
Note: kernel allows much bigger values (and IOS checking is more strict).
|
|
|
|
|
|
Per current policy remove verb from all help messages in th is package
|
|
Use common format for address nodes
|
|
The syntax range for bridge STP values was missing or incorrect.
Bug 5864
|
|
Avoid password checks on delete.
Bug 5418
|
|
Do username validation in perl script. This allows for checking
for what is allowed, versus what is recommended. For compatiablity
we allow things like upper case user names which but this is not
recommended so these names produce a warning.
|
|
Don't need sudo for ip command anymore.
|
|
|
|
Since brctl has cap_net_admin, don't need to use sudo
|
|
Several templates can use simplified non-expression syntax
|
|
No longer need sudo on ip because of cap_net_admin
|
|
|
|
|
|
Allow combination of IPv4 and IPv6 address in community setting.
Use script to generate necessary community values in snmpd.conf
|
|
Add:
service snmp listen-address AAAA [port NNN]
|
|
Need to use different syntax for community values on IPv6
versus IPv4
|
|
This reverts commit 5aafb72b269d409500258f0b65f3e635d99712b7.
|
|
Simple change to allow ipv6 or ipv4 address in configuration.
|
|
Use same format/syntax over all interface types.
Bug 5257
|
|
Need ifb device to be created before other devices redirect
to it.
|
|
More descriptive name for input interface.
|
|
This is configuration wrapper for IFB. See spec.
|
|
/sys/devices/system/cpu/present is 0-NN on SMP and 0 on UP.
|
|
If only one CPU, then not worth bothering doing any kind of interrrupt
affinity.
|
|
local-zone's firewall when using Zone Based Firewall
* changed local zones INPUT and OUTPUT chain rules to allow all local-zone
traffic on the loopback interface rather than using address 127.0.0.1 which
was too restrictive and blocked certain traffic initiated from and going to
local-zone itself. This is compliant with the Zone Concept and similar to
what's done for other transient zones as well where rules are interface based
|
|
|
|
Bug 4977
Need to wait to set/check bond primary device until after it
is put in bond group.
|
|
|
|
RFC-4862 requires that IPv6 operation on an interface be disabled when
DAD fails on a link-local address. The kernel IPv6 code supports this
feature, but doesn't enable it by default. This change provides a
configurable parameter to control this behavior, but, like the
kenrnel, disables it by default.
|
|
bootup
|
|
* fix this for eth, eth.vif, bond, bond.vif interfaces
* also, bridge-group code for bonding interfaces wasn't changed
with commit ec080f99 that re-strucutred bridging code in eth and
eth.vifs to fix bug 4708. bridge-group code for bond and bond.vif
interfaces is now similar to the fix for 4708
|
|
The sshd file format has optional options; copy them to a
placeholder node and generate to authorized_keys
Better error message when wrong number of arguments.
|
|
Bug 5350
Need some changes to support DSA keys (Protocol V2).
Also add support for options in key file.
|
|
Bug 5256
Going out to perl to repeatedly validate ethernet device name slows
down adding VLAN's and other operations with lots of sub-devices.
|