summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-12Remove unused functionsStephen Hemminger
htonl and if_nametoindex are not used.
2009-01-080.14.1debian/0.14.1An-Cheng Huang
2009-01-07New Vyatta::Interface infrastructureStephen Hemminger
Provide generic module to map interface name to configuration and other attributes. This is first step to ripping the special case code out of DHCP, QoS, ... that all have own rules for mapping name to configuration and configuration to name.
2009-01-05mod to make it easier to switch between commitsslioch
2008-12-23alter return check for dirctory copy on successful completion of node ↵slioch
processing.
2008-12-20Fix 3815: FW: Hyphenated port names treated as ranges in firewall rules.Stig Thormodsrud
2008-12-20Fix 3626: Not all protocol numbers are accepted in firewall rules.Stig Thormodsrud
2008-12-16update .gitignoreAn-Cheng Huang
2008-12-16update Build-Depends and DependsAn-Cheng Huang
2008-12-15removed tmp file that shouldn't have been committed.slioch
2008-12-15initial checkin of new commit code--building but does not replace original ↵slioch
commit. New commit may be accessed through my_commit2 binary.
2008-12-12"files" file should be removed before package buildAn-Cheng Huang
2008-12-12update maintainer informationAn-Cheng Huang
2008-12-12Fix 3991: Unable to configure DHCP server on a multinetted interfaceZStig Thormodsrud
2008-12-05Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2008-12-05Need full path to link-detectStephen Hemminger
2008-12-03Merge branch 'islavista' into jennerRick Balocca
2008-12-03Use vyatta-link-detectStephen Hemminger
New script to wrap direct calls to vtysh
2008-12-01"show interfaces" broken. Use new perl hierarchy.Stig Thormodsrud
2008-12-01"save" command broken - fix spelling error.Stig Thormodsrud
2008-11-253.2.0vyatta/3.2.0debian/0.14Mark O'Brien
2008-11-25export getPortRuleStringStephen Hemminger
2008-11-24Need to fix some stuff from change to Vyatta::Stephen Hemminger
I wanted to use Vyatta::Config::Output, but the perl part of the autoconf installer is to stupid to handle directory trees, so had to limit it to one directory per package. So name should have been Vyatta::ConfigOutput...
2008-11-21Convert VyattaConfig (et al) to Vyatta::ConfigStephen Hemminger
Use hierarchal directory structure
2008-11-19Fix Bug 3917 dhcp brings interface up for lease acquire/renew even though ↵Mohit Mehta
interface has been disabled in CLI
2008-11-19move submodule to get interface related info to VyattaMiscMohit Mehta
2008-11-19add support for development buildAn-Cheng Huang
2008-11-17add check for bond vif interface to submoduleMohit Mehta
2008-11-17check dhcp for bond vif interfaces as wellMohit Mehta
2008-11-17move submodules to VyattaMisc.pm so that they can be used elsewhere as wellMohit Mehta
2008-11-17Merge branch 'islavista' into jennerRick Balocca
2008-11-17Merge branch 'islavista' of git.vyatta.com:/git/vyatta-cfg into islavistaAn-Cheng Huang
2008-11-17fix for bug 3922: disable "vpn" command for operators.An-Cheng Huang
2008-11-14rectify check for bond interfaceMohit Mehta
2008-11-14Check result of system commandsStephen Hemminger
Make sure and check if system commands worked.
2008-11-14Use grep -c rather than running wc commandStephen Hemminger
Grep already has a count option, so use it.
2008-11-14Use perl unlink rather than rmStephen Hemminger
Don't need to run a command to remove a file.
2008-11-14Use perl mkdirStephen Hemminger
Don't need to call out to shell to create directory
2008-11-14Implement touch in perlStephen Hemminger
Use perl to do the touch command.
2008-11-14Fix 3919: Operator level users cannot issue ping6 commandStig Thormodsrud
2008-11-13Simplify the debug codeStephen Hemminger
dump_log doesn't need allocate whole buffer, just print in steps.
2008-11-13Optimize for sizeStephen Hemminger
Optimizing for size generates better code, especially on cache starved processors.
2008-11-07Avoid overhead of modprobeStephen Hemminger
Floppy device driver is now builtin the kernel. Mount will load necessary filesystems
2008-10-31Fix Bug 3808 - OpenVPN accepts non-existent local-host optionMohit Mehta
Move code to retrieve IP addresses for a specified interface-type to VyattaMisc module
2008-10-30Allow dhcp on bondingStephen Hemminger
Fix some assumptions in the vyatta-interfaces script that prevent using dhcp on bonded devices Bugfix 3835
2008-10-30Set history timestamp at start of shellStephen Hemminger
For Bug 250, need to get timestamp from start of shell. Otherwise, all commands show up as now
2008-10-28Fix 3505: cli crash on delete of ipv6net static route.Stig Thormodsrud
2008-10-24Fix dhcp on bondingStephen Hemminger
Add more hacks to already fragile code that depends on interface name. When next type is added this needs to be reworked. Bugfix 3835
2008-10-24Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavistaStephen Hemminger
2008-10-24Expand shell historyStephen Hemminger
Bugfix 250 Collect more shell history and force append Note: this overrides default setting of HISTCONTROL in .bashrc