Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-11 | Fix argument to show-interfaces to find vif | Stephen Hemminger | |
Need to do show=all | |||
2009-03-11 | Fix vif delete | Stephen Hemminger | |
Need 'dev' in argument to ip link | |||
2009-03-11 | Block disabling interface with VIF | Stephen Hemminger | |
If interface with VIF is disabled, then it would fail on next boot when VIF's were created. | |||
2009-03-11 | Disable creating vlan on disabled interface | Stephen Hemminger | |
Print message and fail commit if interface is disabled. | |||
2009-03-09 | Change tag node to use 'create' instead of 'update' since the cli orders ↵ | Stig Thormodsrud | |
them differently. | |||
2009-03-03 | Use check option to vyatta-interfaces.pl | Stephen Hemminger | |
Eliminate checks in template in favor of doing it in one place in vyatta-interfaces.pl code. | |||
2009-03-03 | Use vyatta-interfaces to generate allowed list | Stephen Hemminger | |
2009-03-02 | Fix delete of VIF | Stephen Hemminger | |
Syntax is not the same for 'ip link delete' | |||
2009-03-02 | Use iproute link to setup vif | Stephen Hemminger | |
Bug 3779 Simpler to use 'ip link' command. | |||
2009-01-12 | Use new interfaces routines | Stephen Hemminger | |
Unify all code that does name -> interface attribute translation into one place. No need to pass interface path to scripts, and handle addresses correctly in DHCP code. Use 'undef' consitently for false in perl code. | |||
2008-12-05 | Need full path to link-detect | Stephen Hemminger | |
2008-12-03 | Use vyatta-link-detect | Stephen Hemminger | |
New script to wrap direct calls to vtysh | |||
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-21 | Bugfix: 3807: Typo in config template for interfaces/loopback. | Bob Gilligan | |
2008-10-15 | Enforce restrictions on loopback name | Stephen Hemminger | |
Add allowed completion and check type of device. | |||
2008-10-15 | enforce syntax restrictions on ethernet device names | Stephen Hemminger | |
Only allow devices name ethXXX and check that device exists Bugfix 3495 | |||
2008-08-12 | Vtysh is not in sbindir | Stephen Hemminger | |
2008-08-12 | Change back to vyatta-vtysh | Stephen Hemminger | |
2008-08-11 | Replace vyatta-vtysh with vtysh | Stephen Hemminger | |
2008-07-30 | Use vtysh directly | Stephen Hemminger | |
No longer need the perl wrapper for vtysh. The options and logging have been folded into it. | |||
2008-07-29 | Add ipv6 address to comp_help. | Stig Thormodsrud | |
2008-07-23 | Fix bug 3318 | Mohit Mehta | |
dont't create unnecessary temporary files, use already created file in active config to retrieve mtu value | |||
2008-07-23 | Fix 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-19 | Bugfix: 3355 | Bob Gilligan | |
Handle case of user changing SMP affinity configuration of an interface. | |||
2008-05-14 | Avoid any problems with non-device entries in /sys/class/net | Stephen Hemminger | |
Bonding leaves file in /sys/class/net/bonding. Avoid any problems this causes. | |||
2008-04-21 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-18 | fix for bug 3177 | Robert Bays | |
2008-04-14 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-14 | Fix 3034: Loopback interface controlled by "ethernet lo" | Stig Thormodsrud | |
2008-04-11 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg | |||
2008-04-09 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg | |||
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 | CLI tab enhancement at "set interfaces ethernet <> address" | Mohit Mehta | |
- tab gives dhcp if interface hasn't been configured before | |||
2008-03-11 | more robust handling of set mac address | Stephen Hemminger | |
Bugfix: 2826 Enforce restrictions on address (must be valid ethernet address), and only bring interface down/up if already up. | |||
2008-02-26 | Bugfix: 2653 | Bob Gilligan | |
Only allow setting SMP affinity on multiprocessor machines. | |||
2008-02-15 | Fix 2826 Failure when setting mac address on interface | Stig Thormodsrud | |
2008-02-13 | Fix 2829 System permits DHCP on loopback interface | Stig Thormodsrud | |
- remove dchp from help string | |||
2008-02-08 | - Change vlan range to 0-4094 to match linux | Stig Thormodsrud | |
- Change ethernet completion | |||
2008-02-04 | Allow configuration of jumbo frames on ethernet interfaces. | Bob Gilligan | |
2008-02-04 | Bugfix: 2653 | Bob 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-31 | convert templates to new syntax | An-Cheng Huang | |
2008-01-29 | add initialization support for vif and link-detect status via quagga. | Michael Larson | |
2008-01-23 | allow setting 2500 or 10000 speeddebian/0.1 | Stephen 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-21 | Fix vlan nodes to use create instead of update | Stig Thormodsrud | |
2008-01-16 | Add help and error message for 'set interfaces ethernet <dev> address | Stig Thormodsrud | |
2008-01-15 | fix for bug 2534 and prep for larson's vif link detect fixes | Robert Bays | |
2008-01-15 | Filter out vlans from "show interfaces ethernet" help string. | Stig Thormodsrud | |
2007-12-18 | Merge branch 'master' into glendale | rbalocca | |
2007-12-18 | Add ability to set ipv6 address on loopback but not dhcp. | Stig Thormodsrud | |
2007-12-13 | Merge branch 'master' into glendale | rbalocca | |