summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2008-07-29Add ipv6 address to comp_help.Stig Thormodsrud
2008-07-23Fix bug 3318Mohit Mehta
dont't create unnecessary temporary files, use already created file in active config to retrieve mtu value
2008-07-23Fix Bug 3318 ENHANCEMENT REQUEST: Option to NOT Accept DHCP MTU Offers Below ↵Mohit Mehta
Specified Value - only request for dhcp-option interface-mtu from a dhcp-server for an ethernet interface using dhcp to get IP - do not request for interface-mtu for other interfaces that use dhcp i.e. ethernet vifs and bridges - request for interface-mtu from dhcp-server for ethernet interfaces, only if ethernet mtu not set in CLI
2008-06-19Bugfix: 3355Bob Gilligan
Handle case of user changing SMP affinity configuration of an interface.
2008-05-14Avoid any problems with non-device entries in /sys/class/netStephen Hemminger
Bonding leaves file in /sys/class/net/bonding. Avoid any problems this causes.
2008-04-21Merge branch 'glendale' into hollywoodrbalocca
2008-04-18fix for bug 3177Robert Bays
2008-04-14Merge branch 'glendale' into hollywoodrbalocca
2008-04-14Fix 3034: Loopback interface controlled by "ethernet lo"Stig Thormodsrud
2008-04-11Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg
2008-04-09Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg
2008-03-12CLI tab enhancement at "set interfaces ethernet <> address"Mohit Mehta
- tab gives dhcp if interface hasn't been configured before. handle "<*>" allowed values.
2008-03-11CLI tab enhancement at "set interfaces ethernet <> address"Mohit Mehta
- tab gives dhcp if interface hasn't been configured before
2008-03-11more robust handling of set mac addressStephen Hemminger
Bugfix: 2826 Enforce restrictions on address (must be valid ethernet address), and only bring interface down/up if already up.
2008-02-26Bugfix: 2653Bob Gilligan
Only allow setting SMP affinity on multiprocessor machines.
2008-02-15Fix 2826 Failure when setting mac address on interfaceStig Thormodsrud
2008-02-13Fix 2829 System permits DHCP on loopback interfaceStig Thormodsrud
- remove dchp from help string
2008-02-08- Change vlan range to 0-4094 to match linuxStig Thormodsrud
- Change ethernet completion
2008-02-04Allow configuration of jumbo frames on ethernet interfaces.Bob Gilligan
2008-02-04Bugfix: 2653Bob Gilligan
Don't allow the bitmask argument of the smp_affinity parameter to contain more bits than there are CPUs on the system.
2008-01-31convert templates to new syntaxAn-Cheng Huang
2008-01-29add initialization support for vif and link-detect status via quagga.Michael Larson
2008-01-23allow setting 2500 or 10000 speeddebian/0.1Stephen Hemminger
Ethtool allows setting speed of 2.5Gb or 10Gb on devices that support it. Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
2008-01-21Fix vlan nodes to use create instead of updateStig Thormodsrud
2008-01-16Add help and error message for 'set interfaces ethernet <dev> addressStig Thormodsrud
2008-01-15fix for bug 2534 and prep for larson's vif link detect fixesRobert Bays
2008-01-15Filter out vlans from "show interfaces ethernet" help string.Stig Thormodsrud
2007-12-18Merge branch 'master' into glendalerbalocca
2007-12-18Add ability to set ipv6 address on loopback but not dhcp.Stig Thormodsrud
2007-12-13Merge branch 'master' into glendalerbalocca
2007-12-12Bugfix: 2189Bob Gilligan
Add config node to configure NIC interrupt CPU affinity on SMPs.
2007-12-11Bug #2509alex
Multivalue nodes are diffed with previous value for validation before commit.
2007-11-27Fix 2497: check for duplicate ip address.Stig Thormodsrud
Also while we're add it, allow user to set an ipv6 address or get address from dhcp.
2007-11-20Fix 2482: Interface speed and duplex cannot be set to auto.Stig Thormodsrud
2007-11-05User message modificationsJustin Fletcher
2007-11-05Help string modificationsJustin Fletcher
2007-11-01edit help textAn-Cheng Huang
2007-11-01fix ethernet/vif templatesAn-Cheng Huang
2007-11-01fix cli backend bug: syntax checking for leaf value nodes involvingAn-Cheng Huang
variable references was not working.
2007-10-31enable ethernet interface by defaultAn-Cheng Huang
2007-10-31use "disable" instead of "enable" for ethernetAn-Cheng Huang
2007-10-31also set broadcast when setting addressAn-Cheng Huang
2007-10-24* add dynamic "allowed" support for config-mode completion.An-Cheng Huang
* add support for completion help text. * add an example for each of the above ("ethernet" and "ethernet/duplex").
2007-10-24add 'sudo' to 'interfaces' configuration commands.An-Cheng Huang
2007-10-19bring up loopback interface when it's created.An-Cheng Huang
2007-10-19move "system" configuration templates/scripts to vyatta-cfg-system.An-Cheng Huang
2007-10-17use the default init scripts from ntp and sysklogdAn-Cheng Huang
2007-10-16- Fix deleting vlan.Stig Thormodsrud
2007-10-16- Use quagga to set default gateway.Stig Thormodsrud
2007-09-25initial import (from eureka /cli) plus new build system.upstreamAn-Cheng Huang