Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-12 | Add filtering to transition scripts for vmac interfaces; Make transition ↵ | John Southworth | |
script able to detect if the interface is a vmac interface before applying the vmac specific changes | |||
2011-12-08 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-12-08 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnard | John Southworth | |
2011-12-08 | Fix sysctl application for vlan interfaes | John Southworth | |
2011-12-07 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-12-06 | Bugfix 7497: Include auth credentials when fetching the signature file | Bob Gilligan | |
2011-12-06 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-12-06 | Merge branch 'oxnard' of http://git.vyatta.com/vyatta-cfg-system into oxnard | Bob Gilligan | |
2011-12-06 | Fix up formating of Vyatta specific HTTP options. | Bob Gilligan | |
2011-12-06 | Add parsing of vrrp interfaces so that 'show vrrp interfaces ↵ | John Southworth | |
<vmac-interface>' will do what the user intended. Users should still be prompted to use the underlying interface name, but if they enter the vmac interface instead we should 'do what they mean' | |||
2011-12-06 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-12-06 | Adjust the output of 'show vrrp' and 'show vrrp summary' for vmac and ↵ | John Southworth | |
address owner | |||
2011-12-06 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnard | John Southworth | |
2011-12-05 | Add HTTP headers to identify client and version. | Bob Gilligan | |
2011-12-05 | make vyatta-interfaces.pl aware of vrrp interfaces | John Southworth | |
2011-12-02 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-12-02 | Set accept_local on vrrp interfaces so that transition from 'current master ↵ | John Southworth | |
that is not address owner' to 'address owner that is requesting master' can occur | |||
2011-12-02 | md: don't start unless needed | Stephen Hemminger | |
Don't start RAID (md) unless root device is configured for RAID. | |||
2011-12-01 | Add handling for address ownership (priority 255) in RFC complient mode | John Southworth | |
2011-12-01 | Adjust the sysctl values of vrrp interfaces on master/backup transitions | John Southworth | |
2011-11-28 | Display vmac interface name in "show vrrp interfaces ..." command | Bob Gilligan | |
2011-11-28 | Use new naming convention for VRRP virtual mac interfaces. | Bob Gilligan | |
The new naming convention is: <ifname>v<VRID> where <ifname> is the name of the underlying physical interface or VLAN and <VRID> is the virtual router ID. For example: eth0v235, eth7.4000v199. | |||
2011-11-22 | Fix perl deprecated warning with 5.14 | Stephen Hemminger | |
Code of the form: for $i qw(a b c) causes the warning: Use of qw(...) as parentheses is deprecated | |||
2011-11-21 | Fix dyndns failure caused by commit: 5d27f2ef302dc600ea737e9af4151041aa11a2e0 | John Southworth | |
2011-11-09 | Adding CLI option for domain overrides for DNS forwarding, bug id 4086 | Gaurav Sinha | |
2011-11-08 | First pass implementation of support for virtual MAC address | Bob Gilligan | |
This change introduces a new parameter named "interface" under the vrrp-group configuration tree under ethernet interfaces and vlans. If the "interface" parameter is set, keepalived will be configured to bring up a macvlan interface, which will hold the virtual MAC address that is specified in the VRRP spec. | |||
2011-11-04 | Cleanup dynamic DNS script | Stephen Hemminger | |
Remove reference to unused Switch (Bug 6888). Use mkdir perl function rather than calling system | |||
2011-10-07 | snmp: remove unused enterprise-mib hook | Stephen Hemminger | |
Bug 7533 Remove unimplemented hook for enterprise MIB. Several years ago developer added hook to SNMP config but it was never completed or released. | |||
2011-10-12 | Bugfix 7502: Get "add system image" to work on Xen | Bob Gilligan | |
This fix solves the problem with indirection. We introduce a symlink in /live/image/boot pointing to the current default system image. The pygrub config file in /boot/grub/menu.lst points to the kernel and initrd files in the default image by using this symlink in the pathname. Every time we add, delete or change the default system image, we need to change this symlink to point to the new default image. | |||
2011-09-01 | Bugfix 7488: Configure Xen PV console hvc0 in Vyatta config file. | Bob Gilligan | |
Previously, the install-image program was adding a line to /etc/inittab in the image being installed. This change adds a console entry to the Vyatta config file instead. Because of that entry, the system automatically generates a console entry for hvc0 in /etc/inittab at boot time. I also removed the code in install-image that added a line to /etc/fstab to mount /proc/xen. This is no longer necessary because the /etc/init.d/xe-linux-distribution startup script now mounts /proc/xen. | |||
2011-08-31 | Bugfix 7469: Add support for installing onto Xen | Bob Gilligan | |
2011-08-23 | Bugfix 7461: Fix syntax problem when setting a mac address | John Southworth | |
2011-08-05 | Merge branch 'oxnard' of nehalam:vyatta/oxnard/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-08-05 | ethernet: avoid needlessly setting mac address | Stephen Hemminger | |
Bug 7408 Only set mac address if it is different, and try first with link up (many drivers allow it). Don't use hw-id as mac address, hw-id is meant for corelating names with addresses (in udev). | |||
2011-08-17 | Bugfix 7350: Allow default config.boot to be selected as config file. | Bob Gilligan | |
Previously, the user could only select the running config file, which includes any changes the user may have made and saved, plus system generated changes such as the MAC addresses of ethernet interfaces. This change allows them to select that file or the system's default config file. | |||
2011-08-14 | Bugfix 7070: Need to provide full path for irq-affinity.pl in system() | Bob Gilligan | |
(cherry picked from commit c78c504b6a63b2af51ae02f51cf1c447dd945818) | |||
2011-08-12 | Add hook to call a config migration script when upgrading from VSE Demo. | Bob Gilligan | |
(cherry picked from commit d891558527fdc077b8c0b37c24cb8b17a2ae7043) | |||
2011-07-05 | Move the is_uniq_address function to Interface.pm | John Southworth | |
2011-07-01 | bugfix 6801: check to see if the same address is configured on another ↵ | John Southworth | |
interface in the working config before allowing an address to be set on an interface, allows for swapping addresses in the same commit | |||
2011-06-24 | Make add system image use the new config directory for copying files | John Southworth | |
2011-07-14 | Bugfix 5856: Add username and password options. | Bob Gilligan | |
In order to allow username and password parameters in the corresponding op mode command, we allow username and password to be specified on the install-image command line. | |||
2011-05-25 | alternative fix for bug 6958 | An-Cheng Huang | |
2011-05-20 | irq-affinity: more fixup | Stephen Hemminger | |
1. Fix thread_per_core -- now a global variable 2. Add documentation about where still broken with offline cpus 3. Break out hamming weight function (might be used to fix #2) Tested on UP, 4 core x 2 thread, 8 socket (virt) and Multiqueue and single queue NIC. | |||
2011-05-20 | irq-affinity: use sysfs to read cpu topology | Stephen Hemminger | |
Change to using sysfs to read cpu topology. This makes code more robust and follow the standard practice of other utilities. As an added benefit, irq-affinty now handles offline cpu's and other cases where cpu numbers are not fully populated. | |||
2011-05-20 | irq-affinity: initialize sockets to 1 | Stephen Hemminger | |
2011-05-19 | irq-affinity: fix handling of UP system | Stephen Hemminger | |
On a UP system, there is no "physical-id" in /proc/cpuinfo. | |||
2011-05-19 | Use syslog perror for debug option | Stephen Hemminger | |
Rather than reinventing existing code, use library. | |||
2011-05-17 | Bugfix: 6773 (again). Fix handling of single-queue NICs on MPs. | Bob Gilligan | |
Some single-queue NICs use the multiqueue IRQ naming format (e.g. eth0-rx-0). We need to select the CPU assignements for these IRQs using the same algorithm that we use for single-queue NICs using the standard naming format (e.g. eth0). | |||
2011-05-17 | Fix calculation of number of cores on systems with more than one socket. | Bob Gilligan | |
2011-05-17 | Merge branch 'napa' of http://git.vyatta.com/vyatta-cfg-system into napa | Bob Gilligan | |