Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-09 | Remove per-interface firewall templates. They are generated now. | Bob Gilligan | |
2009-03-03 | Use vyatta-interfaces.pl to check bridge validity | Stephen Hemminger | |
2009-03-03 | Use vyatta-interfaces.pl to show available bonding devices | Stephen Hemminger | |
2009-03-02 | Convert to bonding vif to use netlink. | Stephen Hemminger | |
2009-03-01 | Fix 4152: Add support for VRRP operation on unnumbered interfaces | Stig Thormodsrud | |
2009-02-28 | Fix 3778: vrrp should allow prefix to be included with the virtual-address | Stig Thormodsrud | |
2009-02-27 | up the bridge interface when it's created | An-Cheng Huang | |
2009-02-27 | fix logic and shell syntax | An-Cheng Huang | |
2009-01-26 | bridge: handle non ethernet devices in bridge | Stephen Hemminger | |
Eventually, need to be able to devices named something other than 'ethX' into bridge. So use sysfs to find devices. | |||
2009-01-22 | Fix delete of bonding interface | Stephen Hemminger | |
Don't allow removal of a bonded device that still has slaves. Bug 4045 | |||
2009-01-12 | Bridge/bonding update to new syntax | Stephen Hemminger | |
Update to new syntax and remove unneeded CLI path. | |||
2009-01-08 | disable bridge node should be same as disable ethernet | Stephen Hemminger | |
There is no reason that disable of ethernet and disable of bridge have conflicting syntax. | |||
2008-12-05 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2008-12-05 | need full path to linkdetect | Stephen Hemminger | |
2008-12-03 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-12-03 | use vyatta-link-detect | Stephen Hemminger | |
2008-12-01 | Add correct help for bonding modes | Stephen Hemminger | |
Template did not match available bonding modes | |||
2008-11-19 | Fix Bug 3917 dhcp brings interface up for lease acquire/renew even though ↵ | Mohit Mehta | |
interface has been disabled in CLI | |||
2008-10-24 | add firewall configuration to bridge interface | An-Cheng Huang | |
2008-10-23 | Fix bad tab completion on interfaces/bonding | Stephen Hemminger | |
Can't use $VAR(../@) in allowed tag, it doesn't get expanded properly. | |||
2008-09-22 | Allow any number of bridge devices | Stephen Hemminger | |
The CLI should not be enforcing arbitrary restrictions on the number of devices. The limit should be based on the resources of the system and only the kernel would know that. So let the user try and make 10000 bridge devices, maybe its on a 2000 core machine with 64G of memory. Any failure will show up when the attempt is made to create the tunnel device. | |||
2008-09-22 | Allow any number of tunnel devices | Stephen Hemminger | |
The CLI should not be enforcing arbitrary restrictions on the number of devices. The limit should be based on the resources of the system and only the kernel would know that. So let the user try and make 10000 tunnel devices, maybe its on a 2000 core machine with 64G of memory. Any failure will show up when the attempt is made to create the tunnel device. | |||
2008-09-17 | Add support for bonding | Stephen Hemminger | |
Bugfix 3173 Add support for bonding device creation and adding slaves | |||
2008-07-30 | Add IPv6 address to comp_help for bridge/tunnel | Stig Thormodsrud | |
2008-07-13 | Fix 3460: vrrp authentication error msg is wrong | Stig Thormodsrud | |
2008-06-25 | Fix 3379: tunnel interfaces are artificially limited to tun0-tun9 | Stig Thormodsrud | |
2008-06-25 | Add cli to enable proxy arp on a interface. | Stig Thormodsrud | |
2008-06-19 | Fix 2030: Enhancement: VRRP preemption hold down timer | Stig Thormodsrud | |
2008-06-11 | Fix 1818: Add disable option to vrrp. | Stig Thormodsrud | |
2008-04-25 | watchlink is no longer used | Stephen Hemminger | |
Remove the watchlink exclude hooks | |||
2008-04-18 | Fix Bug 3172 set interfaces tunnel <> key <> allowed after tunnel creation | Mohit Mehta | |
-key not allowed to be set after tunnel creation | |||
2008-04-17 | Fix 3148: can't delete bridge interface | Stig Thormodsrud | |
2008-04-17 | Fix Bug 3164 set interfaces tunnel tun0 remote-ip <> doesn't take effect ↵ | Mohit Mehta | |
after committing - updating remote-ip or local-ip not allowed after tunnel creation - delete (commit failed) followed by set to another value will still - change the value of remote or local ip. bug 3171 filed for this behavior | |||
2008-04-14 | Merge from glendale | rbalocca | |
2008-04-14 | Merge branch 'glendale' into hollywood | rbalocca | |
Conflicts: templates/interfaces/bridge/node.def templates/interfaces/ethernet/node.tag/bridge-group/node.def | |||
2008-04-14 | Fix 3148: can't delete bridge interface | Stig Thormodsrud | |
2008-04-11 | Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg-system | |||
2008-04-11 | Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg-system | |||
2008-04-10 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
-help strings standardized in vyatta-cfg-system | |||
2008-04-04 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-03 | Fix 3086: VRRP only allows up to 20 virtual IPs | Stig Thormodsrud | |
2008-04-02 | Merge branch 'glendale' into hollywood | rbalocca | |
Conflicts: debian/control | |||
2008-03-31 | Add vrrp vip addresses to watchlink exclude file. | Stig Thormodsrud | |
2008-03-20 | Fix Bug 2778 VRRP: add ability to run scripts on state transition | Mohit Mehta | |
- enhancement added: configuring of scripts to run on vrrp state-transitions | |||
2008-03-12 | CLI tab enhancement at "set interfaces ethernet <> address" | Mohit Mehta | |
- tab gives dhcp if interface hasn't been configured before. handle "<*>" allowed values | |||
2008-03-11 | Fix 2695 GRE tunnel doesn't work with "key" | Stig Thormodsrud | |
- Include key on tunnel creation. - Prevent user from changing encap/key after creation. - Only allow key on GRE encap. | |||
2008-02-26 | Fix 2877: Bridge group can not be assiged to vif sub interfaceZ | Stig Thormodsrud | |
2008-02-15 | Fix syntax error in "interface bridge <> priority". | Stig Thormodsrud | |
2008-02-14 | Fix 2819 Plain-text authentication should be identified as such. | Stig Thormodsrud | |
2008-02-01 | - Fix 2745: bridge-group cost - syntax error | Stig Thormodsrud | |
- Fix 2746: bridge-group priority - syntax error - Add comp_help strings - Change bridge-group to a transaction node |