Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-17 | Add address checks to bonding | Stephen Hemminger | |
Need to have same checks as ethernet for valid address on commit. | |||
2010-11-17 | Remove useless comment | Stephen Hemminger | |
Comment was providing no useful information not already present in the template. | |||
2010-11-15 | Restore IRQ affinity when device is renabled | Stephen Hemminger | |
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. | |||
2010-11-12 | New IRQ affinity script and RPS support | Stephen Hemminger | |
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. | |||
2010-11-11 | Add more checks on VLAN | Stephen Hemminger | |
Bug 4695 If ethernet hardware does not allow VLAN's than produce error. Ignore delete if device doesn't exist. | |||
2010-11-08 | Check speed and duplex settings on Ethernet interfaces | Stephen Hemminger | |
Bug 4994 Use ethtool to check for supported speed and duplex values on link. | |||
2010-11-02 | Remove non-functional commit test on mtu of vif | Stephen Hemminger | |
The syntax of parent MTU was wrong. The underlying driver already checks for MTU so the commit check is not needed. | |||
2010-11-02 | Priority change for bridging a bonded vif | Stephen Hemminger | |
Bug 6048 Preconditions: 310 bridge 315 bonding 320 bonding vif 325 bonding vif bridge group | |||
2010-10-29 | Allow setting MTU of VIF | Stephen Hemminger | |
Bug 3531 | |||
2010-10-27 | IRQ affinity update | Stephen Hemminger | |
1. Move scripts to vyatta-cfg-system 2. Use syntax to check for legal values 3. Don't fail on UP | |||
2010-10-25 | Add bonding ARP monitor parmeters | Stephen Hemminger | |
2010-10-25 | Wait to bring up bond interface until end | Stephen Hemminger | |
Setting bonding parameter requires setting interface down. Avoid flapping interface unnecessarily on boot, by defering setting link up until end of boot. | |||
2010-10-25 | Fix bond hash policy | Stephen Hemminger | |
Turns out link must be down to change hash policy | |||
2010-10-15 | Add ability to set transmit hash policy | Stephen Hemminger | |
2010-08-17 | update help text to use val_help | An-Cheng Huang | |
2010-07-28 | Fix typo in last change | Stephen Hemminger | |
(cherry picked from commit ce148b04d59fad50a26c394e4a59e252ea565e96) | |||
2010-07-28 | Change ranges for bridge parameters | Stephen Hemminger | |
Bug 5901 (cherry picked from commit 47014cdc10a429725d1620fc5326fd9995469c09) | |||
2010-07-21 | Move input interface over to Qos package | Stephen Hemminger | |
The input interface needs to be in QoS package since the delete action needs to refer to scripts in QoS package. | |||
2010-07-21 | Add completion for text fields with limited values | Stephen Hemminger | |
For all nodes that do 'syntax:expression: $VAR(@) in' add allowed tag to show possible values | |||
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-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 | Use val_help: features to format better | Stephen Hemminger | |
Previous change did not format val-help tag correctly | |||
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 | 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-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-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. |