Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-21 | Fix formatting of static-host mapping val help | Stephen Hemminger | |
2010-07-21 | Fix help completion text | Stephen Hemminger | |
Use ipv4net when Address/prefix expected Use ipv4 where Address expected | |||
2010-07-20 | Add proxy-arp over bonding | Stephen Hemminger | |
Bug 5674 | |||
2010-07-20 | Use expression to validate VRRP password | Stephen Hemminger | |
Use CLI regex to check VRRP password rather than having to escape out to shell. | |||
2010-07-20 | Use val_help: for interface name help | Stephen Hemminger | |
Use common method for formatting CLI style help when entering interface name. Move loopback name syntax check into CLI expression to avoid overhead of perl here. | |||
2010-07-20 | Use pgrep to count number of matching processes | Stephen Hemminger | |
pgrep has simple flag to do what the ps | wc -l was doing. | |||
2010-07-19 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-07-19 | Convert VRRP to new CLI help style | Stephen Hemminger | |
Use val_help: for help strings | |||
2010-07-19 | Convert VRRP preempt to bool | Stephen Hemminger | |
This value can only be "true" or "false"; it should be bool type. | |||
2010-07-19 | fix typo, val_help, etc. | An-Cheng Huang | |
2010-07-19 | Convert syslog commands to new CLI help style | Stephen Hemminger | |
2010-07-19 | Use val_help: features to format better | Stephen Hemminger | |
Previous change did not format val-help tag correctly | |||
2010-07-19 | Revise static-host-mapping | Stephen Hemminger | |
Use ipv4,ipv6 for host mapping address which uses internal CLI syntax check. Revise help text to match CLI standard | |||
2010-07-19 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-07-19 | fix typo | An-Cheng Huang | |
2010-07-19 | Convert public-keys help to new format | Stephen Hemminger | |
2010-07-19 | Convert tunnel parameters to new help format | Stephen Hemminger | |
2010-07-19 | Loopback address node cleanup | Stephen Hemminger | |
Use ipv4net,ipv6net to handle the two address possibilities | |||
2010-07-19 | bonding vif val_help | Stephen Hemminger | |
2010-07-19 | Use val_help: for Ethernet interface parameters | Stephen Hemminger | |
More consistency fixes. | |||
2010-07-19 | Fix language in help text for loadkey | Stephen Hemminger | |
2010-07-19 | Use val_help in zone-policy | Stephen Hemminger | |
2010-07-19 | Bridge parameter node update | Stephen Hemminger | |
Do syntax range checking on bridge STP parameters. Note: kernel allows much bigger values (and IOS checking is more strict). | |||
2010-07-19 | Use val_help: for interface MTU nodes | Stephen Hemminger | |
2010-07-19 | Covert bonding mode to val_help | Stephen Hemminger | |
2010-07-16 | Remove verbs from all help messages | Stephen Hemminger | |
Per current policy remove verb from all help messages in th is package | |||
2010-07-16 | Use val_help: for address nodes | Stephen Hemminger | |
Use common format for address nodes | |||
2010-07-16 | Add syntax validation for bridge STP parameters | Stephen Hemminger | |
The syntax range for bridge STP values was missing or incorrect. Bug 5864 | |||
2010-07-06 | Allow incorrect user to be deleted | Stephen Hemminger | |
Avoid password checks on delete. Bug 5418 | |||
2010-07-06 | Change user name validation | Stephen Hemminger | |
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. | |||
2010-06-18 | Remove sudo from tunnel command | Stephen Hemminger | |
Don't need sudo for ip command anymore. | |||
2010-06-17 | initial support for gre-bridge tunnels. | Robert Bays | |
2010-06-15 | Remove sudo from brctl | Stephen Hemminger | |
Since brctl has cap_net_admin, don't need to use sudo | |||
2010-06-15 | Remove unnecessary :expression: syntax | Stephen Hemminger | |
Several templates can use simplified non-expression syntax | |||
2010-06-15 | Remove sudo from ip command | Stephen Hemminger | |
No longer need sudo on ip because of cap_net_admin | |||
2010-05-26 | Move DHCPv6 client configuration to this package and restructre parameters. | Bob Gilligan | |
2010-05-19 | Add enable-proxy-arp to vif interface. | Stig Thormodsrud | |
2010-05-14 | Change SNMP community handling | Stephen Hemminger | |
Allow combination of IPv4 and IPv6 address in community setting. Use script to generate necessary community values in snmpd.conf | |||
2010-05-12 | Allow configuring/restricting SNMP listen address | Stephen Hemminger | |
Add: service snmp listen-address AAAA [port NNN] | |||
2010-05-12 | Better version of SNMP IPv6 support | Stephen Hemminger | |
Need to use different syntax for community values on IPv6 versus IPv4 | |||
2010-05-12 | Revert "Snmp Ipv6 support" | Stephen Hemminger | |
This reverts commit 5aafb72b269d409500258f0b65f3e635d99712b7. | |||
2010-05-11 | Snmp Ipv6 support | Stephen Hemminger | |
Simple change to allow ipv6 or ipv4 address in configuration. | |||
2010-04-27 | Make interface help completion strings consistent | Stephen Hemminger | |
Use same format/syntax over all interface types. Bug 5257 | |||
2010-04-16 | Configure IFB devices earlier in boot | Stephen Hemminger | |
Need ifb device to be created before other devices redirect to it. | |||
2010-04-15 | Rename in0 to ifb0 | Stephen Hemminger | |
More descriptive name for input interface. | |||
2010-04-06 | Add input pseudo-interface configuration | Stephen Hemminger | |
This is configuration wrapper for IFB. See spec. | |||
2010-03-29 | Fix test for UP | Stephen Hemminger | |
/sys/devices/system/cpu/present is 0-NN on SMP and 0 on UP. | |||
2010-03-29 | Ignore setting CPU affinity on UP systems | Stephen Hemminger | |
If only one CPU, then not worth bothering doing any kind of interrrupt affinity. | |||
2010-03-24 | Fix Bug 5487 http redirect url address placed on the router gets blocked by | Mohit Mehta | |
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 | |||
2010-03-09 | Bugfix 5021: Make smp_affinity configuration tolerant of failures. | Bob Gilligan | |