Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-31 | Set forwarding-delay when STP is enabled | Stephen Hemminger | |
If using STP then apply configured forwarding-delay or 15 if none specified. | |||
2009-03-31 | Turn off forwarding delay if STP is off | Stephen Hemminger | |
Bug 4226 There is no need for forwarding delay unless doing spanning tree. | |||
2009-03-26 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2009-03-26 | Revert "Split login authentication configuration into three scripts" | Stephen Hemminger | |
This reverts commit fd605ab5d4ce4aa4015089042afd90f6e5c6ba59. | |||
2009-03-25 | Add "interface ethernet <> bridge-group bridge" update tag in addition to ↵ | Stig Thormodsrud | |
create tag. | |||
2009-03-25 | Change bridge check from "syntax" to "create". | Stig Thormodsrud | |
Change allowed tag to use new interface check. | |||
2009-03-25 | Fix update of description | Stephen Hemminger | |
Bug 4249 | |||
2009-03-25 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2009-03-25 | Change "syntax" check to "commit" check for "bridge-group bridge". | Stig Thormodsrud | |
2009-03-24 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jenner | Stig Thormodsrud | |
2009-03-24 | Change "syntax" check to a "commit" check. | Stig Thormodsrud | |
Seems like "syntax" check should only be done for thing related to the current node hierarchy. | |||
2009-03-23 | Split login authentication configuration into three scripts | Stephen Hemminger | |
Getting cumbersome with one big script. | |||
2009-03-23 | Save interface description in kernel | Stephen Hemminger | |
2009-03-12 | Change update to create on multi-nodes | Stephen Hemminger | |
2009-03-11 | Don't allow vif on disabled bonding interface | Stephen Hemminger | |
2009-03-11 | Fix delete of bonding vif | Stephen Hemminger | |
Need dev in argument | |||
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 | Merge branch 'jenner' of mohit@git.vyatta.com:/git/vyatta-cfg-system into jenner | Mohit Mehta | |
2009-02-27 | Fix Bug 2463 Allow the neighbor table threshold values to be | Mohit Mehta | |
modified via the CLI - (modify ARP table size) * added cli to configure [arp (ipv4)] and [neighbor (ipv6)] table-size * set default value for arp_announce so as to avoid local addresses that are not in the target's subnet for the interface | |||
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-02-08 | fix spelling mistake | Mohit Mehta | |
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 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
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. | |||
2009-01-06 | Fix Bug 4022 dynamic dns config fails during system boot if interface does ↵ | Mohit Mehta | |
not exist - Generate a warning rather than a commit fail when user enters a non-existent interface | |||
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-11-12 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2008-11-12 | Avoid sleep in ntp restart | Stephen Hemminger | |
If ntpd isn't already running, use the start rather than the restart target to save 2 seconds in boot time. | |||
2008-11-12 | add basic tacacs+ support | Robert Bays | |
2008-11-07 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-07 | Always restart ssh | Stephen Hemminger | |
Need to do restart of ssh daemon. Rewriting config file is faster than checking | |||
2008-11-06 | fix for bug 2313: add support for "Region/City" timezone specification. | An-Cheng Huang | |
2008-11-06 | Merge branch 'islavista' into jenner | rbalocca | |
2008-11-06 | Don't restart sshd if not needed | Stephen Hemminger | |
If configuration doesn't change (ie during boot), then do not need to restart sshd. Also use newer format configuration file syntax. | |||
2008-11-06 | Add completion for allowed values | Stephen Hemminger | |
2008-11-05 | Add config to disable ip/ipv6 forwarding. | Stig Thormodsrud | |
2008-10-24 | add firewall configuration to bridge interface | An-Cheng Huang | |