Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-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-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-07 | Fix Bug 3770 vpn pre-shared keys should be obscured in "show configuration" | Mohit Mehta | |
2008-09-17 | Add entry for upcoming bonding | Stephen Hemminger | |
Need to load bonding in correct step. | |||
2008-08-04 | Move is_ip_v4_or_v6() to VyattaMisc.pm so other scripts can use it. | Stig Thormodsrud | |
2008-07-25 | Fix Bug 3524 dhcp client doesn't insert default route on system reboot | Mohit Mehta | |
- also move temp files for release of dhcp interface to /var/run from /var/lib | |||
2008-07-28 | fix for bug 1130. disable ctrl-c during load command to prevent partial load. | root | |
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-07-22 | Prioritize vpn ahead of pppo[ea] interfaces. | Stig Thormodsrud | |
2008-06-26 | removing code to update resolv.conf from here, it is better to call it from ↵ | Mohit Mehta | |
dhclient-script | |||
2008-06-26 | => Modified VyattaConfig.pm function 'returnOrigValues()' to return empty ↵ | Mohit Mehta | |
array when no value is configured => Modified VyattaConfigLoad.pm to give a higher ranking to 'system host-name' than 'interface' so that during boot-up if host is using dhcp client to get an ip for an interface, it can send the host-name if configured => Modified vyatta-interfaces.pl: 1. to request only for dhcp options 'subnet-nask', 'broadcast address', 'routers', 'domain-name-servers' when an interface is configured to get an ip using dhcp. 2. ask for a domain-name only if domain-name is not configured in our CLI 3. do not request dhcp options: 'time-offset', 'interface-mtu' and 'host-name' that were being requested before 4. Update /etc/resolv.conf to remove domain-name and name-server options received from dhcp server for the particular interface that releases dhcp lease either from op-mode or cfg-mode | |||
2008-07-11 | fix for bug 3441. Selective stripping of the 'def' only needs to occur in ↵ | Michael Larson | |
one location. hease enter the commit message for your changes. | |||
2008-07-10 | Revert "fix for bug 3441. Removed def from listOutputNodes(), which allowed ↵ | Michael Larson | |
other code that filters out def file to be removed." Need to spend more time with this fix--'def' is used in locations to suppress non-user specified default values. will reapply revised fix after a bit more vetting. This reverts commit 42d6c942800e2273b77ea92371ffdcb3f183163f. | |||
2008-07-09 | fix for bug 3441. Removed def from listOutputNodes(), which allowed other ↵ | root | |
code that filters out def file to be removed. | |||
2008-07-07 | fix for bug 3323: skip deletions of nodes with default values when loading | An-Cheng Huang | |
a config file. | |||
2008-07-01 | Partial fix for 3383: check for vyatta-config-version, warn/prompt that it ↵ | Stig Thormodsrud | |
appears to be invalid config. | |||
2008-06-30 | Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywood | Michael Larson | |
2008-06-30 | Revert "set load-balancing load order after interfaces are configured on load." | Michael Larson | |
This reverts commit b5b1c71bc95bdaea24f45e5738e9a3a7f8740a4f. | |||
2008-06-30 | Fix 3396: "commit failed at rank 800" while booting with bgp peer-group. | Stig Thormodsrud | |
2008-06-30 | set load-balancing load order after interfaces are configured on load. | Michael Larson | |
2008-06-24 | Fix 2619: Implement something similar to Juniper's "show | display set" ↵ | Stig Thormodsrud | |
functionality. | |||
2008-06-24 | Fix 3143: Unable to save/load config from a remote server. | Stig Thormodsrud | |
2008-06-21 | better handling of allowed values for 'release/renew dhcp interface <>' | Mohit Mehta | |
2008-06-21 | better handling of dhcp release/renew commands | Mohit Mehta | |
2008-06-20 | Fix bug 3059 Operator Level commands for DHCP client | Mohit Mehta | |
implemented op-mode commands for DHCP client: 'release dhcp interface <>' 'renew dhcp interface <>' | |||
2008-06-19 | Add a config ranking to prioritize bgp route-id ahead of neighbors. | Stig Thormodsrud | |
2008-06-19 | -> redo the way dhcp client works. instead of using one daemon for all ↵ | Mohit Mehta | |
interfaces, use separate daemons for separate interfaces. when one daemon was handling all interfaces, a release/renew at one interface would release/renew all other interfaces as well before we brought them back to the state specified in vyatta config -> Also, Fix bug 3346 replaced the die command with print followed by exit 1 -> modified vyatta-interfaces.pl to remove code for handling op-command: 'clear dhcp client process' this command restarted the dhcp client daemon but now that we have separate daemons for separate interfaces, this is not useful. Also, this will be replaced by op-commands for 'dhcp client release lease' and 'dhcp client renew lease' commands in hollywood beta | |||
2008-06-17 | fix for bug 3347--skip def file.o | Michael Larson | |
2008-06-04 | Add exception for /31 and /32 for ipv4 and /128 for ipv6 | Stig Thormodsrud | |
2008-06-03 | Fix 920: System allows configuration of invalid IP Address for subnet | Stig Thormodsrud | |
2008-05-19 | Force "protocols ospf parameters" to be committed before other ospf config. | Stig Thormodsrud | |
This should fix bug 3272 at boot time, but we still need to fix quagga so that it doesn't crash if router-id is changed during convergence. | |||
2008-05-14 | Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-cfg into hollywood | Stephen Hemminger | |
2008-05-14 | Remove unused dependencies | Stephen Hemminger | |
No longer need Tie or flock, these were used when dealing with watchlink | |||
2008-05-09 | Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywood | Stig Thormodsrud | |
2008-05-09 | Fix vlan regex. | Stig Thormodsrud | |
2008-05-08 | fix for bug 3239: now support regex-based ordering for startup config | An-Cheng Huang | |
loading. |