Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-24 | Add cpufrequtils default config file | Stephen Hemminger | |
If cpufrequtils is installed, then want the default to be full performance. | |||
2010-11-23 | 0.19.3debian/0.19.3 | Stephen Hemminger | |
2010-11-23 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
mendocino | |||
2010-11-23 | Remove check function from keepalived perl script | Stephen Hemminger | |
No longer need check-vip option since the type checking is done in template | |||
2010-11-23 | Use unlink rather than system() to remove files in keepalive script | Stephen Hemminger | |
Faster to use perl to remove file than going out to shell. | |||
2010-11-23 | Use sockets to check if IP address is local | Stephen Hemminger | |
Much faster to user perl sockets to test if IP address is okay, rather than scanning ip addresses. | |||
2010-11-23 | Improve performance of syntax checks for vrrp address | Stephen Hemminger | |
Use CLI (ipv4,ipv4net) and new address validator to check addresses for VRRP. | |||
2010-11-23 | Make scripts executable | Stephen Hemminger | |
2010-11-23 | Don't need to rename vlan devices | Stephen Hemminger | |
Avoid calling vyatta_net_name on vlan's | |||
2010-11-22 | typo in tunnel cleanup | Stephen Hemminger | |
2010-11-22 | Bonding should have same VRRP rules as Ethernet | Stephen Hemminger | |
2010-11-22 | Don't allow zero for VRRP priority or VRID | Stephen Hemminger | |
Bug 5673 Enfore restriction on values per RFC 3678 | |||
2010-11-22 | 0.19.1debian/0.19.1 | Stephen Hemminger | |
2010-11-22 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
mendocino | |||
2010-11-22 | Optimize lookup of local ip on tunnels | Stephen Hemminger | |
Speeds up boot with lots of tunnels | |||
2010-11-22 | Use script vyatta-address to set interface | Stephen Hemminger | |
Avoid the overhead of perl compilation of vyatta-interfaces for each address added. Handle the case of deleting address on deleted device cleanly. Clean up dhcpv6 script so it can be used on interfaces other than ethernet. | |||
2010-11-22 | Replace perl address validation with utility | Stephen Hemminger | |
2010-11-22 | Add utilities checking addresses | Stephen Hemminger | |
These are new C language utilites to replace the Perl utility when checking interface addresses. Perl compilation is major component of slow boot time. Note: this changes the package from pure scripts (arch independent) to arch dependent | |||
2010-11-21 | 0.19.2debian/0.19.2 | Bob Gilligan | |
2010-11-21 | Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg-system into ↵ | Bob Gilligan | |
mendocino | |||
2010-11-21 | Bugfix 6457: Don't ask the question if you're not going to like the answer. | Bob Gilligan | |
2010-11-21 | 0.18.21 | Bob Gilligan | |
2010-11-21 | Bugfix 6101: Make a syslog record when a new image is added. | Bob Gilligan | |
2010-11-19 | Cleanup tunnel slave device on last delete | Stephen Hemminger | |
Need to leave gre0 around for case of multiple tunnels | |||
2010-11-18 | 0.18.20 | Stephen Hemminger | |
2010-11-18 | When removing tunnel, remove encapsulation device | Stephen Hemminger | |
Bug 4608 | |||
2010-11-18 | Bring tunnel down before deleting | Stephen Hemminger | |
This is necessary to get routing protocols and proper cleanup | |||
2010-11-18 | 0.18.19 | Stephen Hemminger | |
2010-11-18 | Fix help for syslog | Stephen Hemminger | |
Bug 5396 Make it clear that 'syslog file' takes a file name not a full path. Also make help text symmetrical for all logging options. | |||
2010-11-18 | Add syntax check for bridge interface name | Stephen Hemminger | |
Put in check for brN in bridge-group bridge. And make syntax error for bond-group better | |||
2010-11-18 | Add more checks for bridge/bond conflicts | Stephen Hemminger | |
Don't allow putting bridge port into bond-group (and vice-versa). | |||
2010-11-17 | 0.18.18 | Stephen Hemminger | |
2010-11-17 | Cleanup bond-group syntax and commit checks | Stephen Hemminger | |
Move check for address and state of slave to commit which allows for better error message. | |||
2010-11-17 | Cleanup bridge port management | Stephen Hemminger | |
Consolidate bridge port management into a single perl script. Done to fix the following bug. Bug 4745 Don't allow interface with address to be added to bridge. | |||
2010-11-17 | Add check for interface address before putting it in bonded device | Stephen Hemminger | |
Bug 4745 Don't allow interface with address to be added to bond | |||
2010-11-17 | Add check for adding bridge-group and bond-group when setting address | Stephen Hemminger | |
Bug 4745 Block putting address on interface that is part of a bridge (or bonding). Address should only be assigned to the master device, not the slave. Also changes messge on error since CLI now displays error location. | |||
2010-11-17 | 0.18.17 | Stephen Hemminger | |
2010-11-17 | Add address checks to bonding | Stephen Hemminger | |
Need to have same checks as ethernet for valid address on commit. | |||
2010-11-17 | Remove useless comment | Stephen Hemminger | |
Comment was providing no useful information not already present in the template. | |||
2010-11-17 | Allow longer domain-name values | Stephen Hemminger | |
Bug 6243 Change syntax checking for domain name. Don't enforce length restrictions since that is checked already elsewhere and may change. Do enforce the RFC 2181 character set values. | |||
2010-11-16 | 0.18.16 | Stephen Hemminger | |
2010-11-16 | Need to restart telnet if port or listen-address changes | Stephen Hemminger | |
2010-11-16 | Add ability to configure telnet listen-addres | Stephen Hemminger | |
Bug 4452 Allow configuring a telnet listen-address either IPv4 or IPv6 (like SSH). Unlike SSH, telnet only supports a single listen-address | |||
2010-11-16 | Add ability to configure SSH listen address | Stephen Hemminger | |
Bug 2410 Add ability to add configure listen address in ssh_config. set service ssh listen-address 1.2.4.40 Multiple values are allowed, and works for both IPv4 and IPv6 | |||
2010-11-16 | Add option to disable host validation (DNS) for SSH | Stephen Hemminger | |
Bug 4970 New CLI control of UseDNS option to sshd_config set service ssh disable-host-validation | |||
2010-11-16 | 0.18.15 | Michael Larson | |
2010-11-16 | update call to error location api. | Michael Larson | |
2010-11-15 | 0.18.14 | Stephen Hemminger | |
2010-11-15 | Merge branch 'mendocino' of vm:rel/vyatta-cfg-system into mendocino | Stephen Hemminger | |
2010-11-15 | Restore IRQ affinity when device is renabled | Stephen Hemminger | |
Bug 5698 When interface transistions back to online, the driver may have reacquired IRQ's and the irq affinity script will need to be rerun. |