summaryrefslogtreecommitdiff
path: root/scripts/vyatta-interfaces.pl
AgeCommit message (Expand)Author
2009-06-30Fix 4664: 'set failed' is returned when duplicated interface IP address is setStig Thormodsrud
2009-06-26make changes to work with dhcp 4.1.0Mohit Mehta
2009-06-04Manage speed duplex in vyatta-interfaces.plStephen Hemminger
2009-05-21Add script option to check if interface is upStephen Hemminger
2009-04-28Use getIP() to check for duplicatesStephen Hemminger
2009-04-28Catch incorrect address formatStephen Hemminger
2009-04-28Fix bug in is_ip_configuredStephen Hemminger
2009-04-28DHCP should be checking config not flagsStephen Hemminger
2009-04-28Need to convert path to have slashesStephen Hemminger
2009-04-27Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jennerStephen Hemminger
2009-04-27Cleanup exports of Vyatta::MiscStephen Hemminger
2009-04-27fix broken call to getIPMohit Mehta
2009-04-27vyatta-interfaces changes for DHCPStephen Hemminger
2009-04-27Handle errors better in show_mtuStephen Hemminger
2009-04-27Add method to show configured mtuStephen Hemminger
2009-04-20Use undef for falseStephen Hemminger
2009-04-20Use getIP rather than call 'ip addr'Stephen Hemminger
2009-04-20Fix vyatta-interfacesStephen Hemminger
2009-04-01Add --warn option for vyatta-interfacesStephen Hemminger
2009-03-05Fix is_valid_name() to support any valid interface type (--check all).Stig Thormodsrud
2009-03-04Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jennerStig Thormodsrud
2009-03-04Fix show_interfaces() so that it includes vlans for $type='all'.Stig Thormodsrud
2009-03-03Extend vyatta-interfaces to do device name checkingStephen Hemminger
2009-02-27Fix --vif optionStephen Hemminger
2009-02-26Handle MTU on all types of interfaceStephen Hemminger
2009-02-26Add option to show VIF for interfaceStephen Hemminger
2009-02-10Add new option for checking name validityStephen Hemminger
2009-01-12Use new interfaces routinesStephen Hemminger
2009-01-12Remove unused functionsStephen Hemminger
2008-11-21Convert VyattaConfig (et al) to Vyatta::ConfigStephen Hemminger
2008-11-19Fix Bug 3917 dhcp brings interface up for lease acquire/renew even though int...Mohit Mehta
2008-11-17add check for bond vif interface to submoduleMohit Mehta
2008-11-17move submodules to VyattaMisc.pm so that they can be used elsewhere as wellMohit Mehta
2008-11-14rectify check for bond interfaceMohit Mehta
2008-11-14Check result of system commandsStephen Hemminger
2008-11-14Use grep -c rather than running wc commandStephen Hemminger
2008-11-14Use perl unlink rather than rmStephen Hemminger
2008-11-14Use perl mkdirStephen Hemminger
2008-11-14Implement touch in perlStephen Hemminger
2008-10-30Allow dhcp on bondingStephen Hemminger
2008-10-24Fix dhcp on bondingStephen Hemminger
2008-08-04Move is_ip_v4_or_v6() to VyattaMisc.pm so other scripts can use it.Stig Thormodsrud
2008-07-25Fix Bug 3524 dhcp client doesn't insert default route on system rebootMohit Mehta
2008-07-23Fix Bug 3318 ENHANCEMENT REQUEST: Option to NOT Accept DHCP MTU Offers Below ...Mohit Mehta
2008-06-26removing code to update resolv.conf from here, it is better to call it from d...Mohit Mehta
2008-06-26=> Modified VyattaConfig.pm function 'returnOrigValues()' to return empty arr...Mohit Mehta
2008-06-21better handling of allowed values for 'release/renew dhcp interface <>'Mohit Mehta
2008-06-21better handling of dhcp release/renew commandsMohit Mehta
2008-06-20Fix bug 3059 Operator Level commands for DHCP clientMohit Mehta
2008-06-19-> redo the way dhcp client works. instead of using one daemon for all interf...Mohit Mehta