Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-12 | Remove unused functions | Stephen Hemminger | |
htonl and if_nametoindex are not used. | |||
2009-01-08 | 0.14.1debian/0.14.1 | An-Cheng Huang | |
2009-01-07 | New Vyatta::Interface infrastructure | Stephen 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-05 | mod to make it easier to switch between commits | slioch | |
2008-12-23 | alter return check for dirctory copy on successful completion of node ↵ | slioch | |
processing. | |||
2008-12-20 | Fix 3815: FW: Hyphenated port names treated as ranges in firewall rules. | Stig Thormodsrud | |
2008-12-20 | Fix 3626: Not all protocol numbers are accepted in firewall rules. | Stig Thormodsrud | |
2008-12-16 | update .gitignore | An-Cheng Huang | |
2008-12-16 | update Build-Depends and Depends | An-Cheng Huang | |
2008-12-15 | removed tmp file that shouldn't have been committed. | slioch | |
2008-12-15 | initial 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 build | An-Cheng Huang | |
2008-12-12 | update maintainer information | An-Cheng Huang | |
2008-12-12 | Fix 3991: Unable to configure DHCP server on a multinetted interfaceZ | Stig Thormodsrud | |
2008-12-05 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2008-12-05 | Need full path to link-detect | Stephen Hemminger | |
2008-12-03 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-12-03 | Use vyatta-link-detect | Stephen 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-25 | 3.2.0vyatta/3.2.0debian/0.14 | Mark O'Brien | |
2008-11-25 | export getPortRuleString | Stephen Hemminger | |
2008-11-24 | Need 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-21 | Convert VyattaConfig (et al) to Vyatta::Config | Stephen Hemminger | |
Use hierarchal directory structure | |||
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-11-19 | move submodule to get interface related info to VyattaMisc | Mohit Mehta | |
2008-11-19 | add support for development build | An-Cheng Huang | |
2008-11-17 | add check for bond vif interface to submodule | Mohit Mehta | |
2008-11-17 | check dhcp for bond vif interfaces as well | Mohit Mehta | |
2008-11-17 | move submodules to VyattaMisc.pm so that they can be used elsewhere as well | Mohit Mehta | |
2008-11-17 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-11-17 | Merge branch 'islavista' of git.vyatta.com:/git/vyatta-cfg into islavista | An-Cheng Huang | |
2008-11-17 | fix for bug 3922: disable "vpn" command for operators. | An-Cheng Huang | |
2008-11-14 | rectify check for bond interface | Mohit Mehta | |
2008-11-14 | Check result of system commands | Stephen Hemminger | |
Make sure and check if system commands worked. | |||
2008-11-14 | Use grep -c rather than running wc command | Stephen Hemminger | |
Grep already has a count option, so use it. | |||
2008-11-14 | Use perl unlink rather than rm | Stephen Hemminger | |
Don't need to run a command to remove a file. | |||
2008-11-14 | Use perl mkdir | Stephen Hemminger | |
Don't need to call out to shell to create directory | |||
2008-11-14 | Implement touch in perl | Stephen Hemminger | |
Use perl to do the touch command. | |||
2008-11-14 | Fix 3919: Operator level users cannot issue ping6 command | Stig Thormodsrud | |
2008-11-13 | Simplify the debug code | Stephen Hemminger | |
dump_log doesn't need allocate whole buffer, just print in steps. | |||
2008-11-13 | Optimize for size | Stephen Hemminger | |
Optimizing for size generates better code, especially on cache starved processors. | |||
2008-11-07 | Avoid overhead of modprobe | Stephen Hemminger | |
Floppy device driver is now builtin the kernel. Mount will load necessary filesystems | |||
2008-10-31 | Fix Bug 3808 - OpenVPN accepts non-existent local-host option | Mohit Mehta | |
Move code to retrieve IP addresses for a specified interface-type to VyattaMisc module | |||
2008-10-30 | Allow dhcp on bonding | Stephen Hemminger | |
Fix some assumptions in the vyatta-interfaces script that prevent using dhcp on bonded devices Bugfix 3835 | |||
2008-10-30 | Set history timestamp at start of shell | Stephen Hemminger | |
For Bug 250, need to get timestamp from start of shell. Otherwise, all commands show up as now | |||
2008-10-28 | Fix 3505: cli crash on delete of ipv6net static route. | Stig Thormodsrud | |
2008-10-24 | Fix dhcp on bonding | Stephen 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-24 | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavista | Stephen Hemminger | |
2008-10-24 | Expand shell history | Stephen Hemminger | |
Bugfix 250 Collect more shell history and force append Note: this overrides default setting of HISTCONTROL in .bashrc |