summaryrefslogtreecommitdiff
path: root/templates/interfaces
AgeCommit message (Collapse)Author
2009-06-01Fix deletion of pseudo-ethernetStephen Hemminger
Bug 4478 Incorrect syntax on ip link command.
2009-05-30Change tunnel multicast from on/off to enable/disable.Stig Thormodsrud
2009-05-25Allow multicast to be enabled on tunnel interfaces.Jon Andersson
2009-05-25Fix 4430: Not possible to create tunnel on fluctating interfacesJon Andersson
2009-04-29Move virtual-ethernet to pseudo-ethernetStephen Hemminger
Avoid name-conflict with Xen
2009-04-24Add support for virtual-ethernetStephen Hemminger
2009-04-20Move disable-link-detect out of vyatta-cfg-quagga to interfacesStephen Hemminger
Some interfaces have link-detect others do not, and vyatta-cfg-quagga is trying to handle generic case.
2009-04-01Change "syntax" check to "commit" check for virtual interfaces.Stig Thormodsrud
Change to use script for allowed values.
2009-03-31Set forwarding-delay when STP is enabledStephen Hemminger
If using STP then apply configured forwarding-delay or 15 if none specified.
2009-03-31Turn off forwarding delay if STP is offStephen Hemminger
Bug 4226 There is no need for forwarding delay unless doing spanning tree.
2009-03-25Add "interface ethernet <> bridge-group bridge" update tag in addition to ↵Stig Thormodsrud
create tag.
2009-03-25Change bridge check from "syntax" to "create".Stig Thormodsrud
Change allowed tag to use new interface check.
2009-03-25Fix update of descriptionStephen Hemminger
Bug 4249
2009-03-25Change "syntax" check to "commit" check for "bridge-group bridge".Stig Thormodsrud
2009-03-24Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerStig Thormodsrud
2009-03-24Change "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-23Save interface description in kernelStephen Hemminger
2009-03-11Don't allow vif on disabled bonding interfaceStephen Hemminger
2009-03-11Fix delete of bonding vifStephen Hemminger
Need dev in argument
2009-03-09Remove per-interface firewall templates. They are generated now.Bob Gilligan
2009-03-03Use vyatta-interfaces.pl to check bridge validityStephen Hemminger
2009-03-03Use vyatta-interfaces.pl to show available bonding devicesStephen Hemminger
2009-03-02Convert to bonding vif to use netlink.Stephen Hemminger
2009-03-01Fix 4152: Add support for VRRP operation on unnumbered interfacesStig Thormodsrud
2009-02-28Fix 3778: vrrp should allow prefix to be included with the virtual-addressStig Thormodsrud
2009-02-27up the bridge interface when it's createdAn-Cheng Huang
2009-02-27fix logic and shell syntaxAn-Cheng Huang
2009-01-26bridge: handle non ethernet devices in bridgeStephen Hemminger
Eventually, need to be able to devices named something other than 'ethX' into bridge. So use sysfs to find devices.
2009-01-22Fix delete of bonding interfaceStephen Hemminger
Don't allow removal of a bonded device that still has slaves. Bug 4045
2009-01-12Bridge/bonding update to new syntaxStephen Hemminger
Update to new syntax and remove unneeded CLI path.
2009-01-08disable bridge node should be same as disable ethernetStephen Hemminger
There is no reason that disable of ethernet and disable of bridge have conflicting syntax.
2008-12-05Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-12-05need full path to linkdetectStephen Hemminger
2008-12-03Merge branch 'islavista' into jennerRick Balocca
2008-12-03use vyatta-link-detectStephen Hemminger
2008-12-01Add correct help for bonding modesStephen Hemminger
Template did not match available bonding modes
2008-11-19Fix Bug 3917 dhcp brings interface up for lease acquire/renew even though ↵Mohit Mehta
interface has been disabled in CLI
2008-10-24add firewall configuration to bridge interfaceAn-Cheng Huang
2008-10-23Fix bad tab completion on interfaces/bondingStephen Hemminger
Can't use $VAR(../@) in allowed tag, it doesn't get expanded properly.
2008-09-22Allow any number of bridge devicesStephen 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-22Allow any number of tunnel devicesStephen 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-17Add support for bondingStephen Hemminger
Bugfix 3173 Add support for bonding device creation and adding slaves
2008-07-30Add IPv6 address to comp_help for bridge/tunnelStig Thormodsrud
2008-07-13Fix 3460: vrrp authentication error msg is wrongStig Thormodsrud
2008-06-25Fix 3379: tunnel interfaces are artificially limited to tun0-tun9Stig Thormodsrud
2008-06-25Add cli to enable proxy arp on a interface.Stig Thormodsrud
2008-06-19Fix 2030: Enhancement: VRRP preemption hold down timerStig Thormodsrud
2008-06-11Fix 1818: Add disable option to vrrp.Stig Thormodsrud
2008-04-25watchlink is no longer usedStephen Hemminger
Remove the watchlink exclude hooks
2008-04-18Fix Bug 3172 set interfaces tunnel <> key <> allowed after tunnel creationMohit Mehta
-key not allowed to be set after tunnel creation