Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-21 | Fix spelling errors in install image | Stephen Hemminger | |
Bug 7544 Found several misspellings in the install prompts. | |||
2012-02-18 | Bug #7787: Allow using custom command line arguments in transition | Daniil Baturin | |
scripts. | |||
2012-02-17 | snmp: add missing newline to config file | Stephen Hemminger | |
Need newline after agentx | |||
2012-02-10 | Fix typo in last SNMP change. | Stephen Hemminger | |
2012-02-06 | snmp: enable agentx | Stephen Hemminger | |
Llpd uses agentx snmp API to talk to snmpd This allows system description from SNMP to be retrieved by lldpd. | |||
2012-01-24 | Fix missing error (missing lecho) in install-system | Stephen Hemminger | |
Some statements were copy/pasted over from install-image. install-system does not use lecho, that is only used in install-image | |||
2012-01-20 | Make disk label if necessary | Stephen Hemminger | |
Bug 7732 Restore installation section that makes disk label. | |||
2012-01-16 | Fix check for pseudo-ethernet overlap | Stephen Hemminger | |
Bug 7726 Incorrect variable name (from cut-paste) | |||
2012-01-05 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2012-01-03 | Bugfix 7689: change vrrp auth_type detection 'simple' to 'plaintext-password' | John Southworth | |
2012-01-03 | install-system: use sfdisk to find drive size | Stephen Hemminger | |
Better than using parted which requires more parsing. | |||
2012-01-03 | install: use sfdisk to get disk size | Stephen Hemminger | |
sfdisk is simpler, and safer for getting disk size. It doesn't require as much screen scraping and doesn't need disk label. | |||
2012-01-03 | Check for conflict between pseudo-ethernet and bonding,bridging | Stephen Hemminger | |
Don't allow configuring bonding or bridging if pseudo-ethernet is in use. | |||
2011-12-30 | bridge: check for VRRP | Stephen Hemminger | |
Do not allow interface with VRRP defined to be added to a bridge. | |||
2011-12-30 | bonding: do not allow interface with VRRP to be enslaved | Stephen Hemminger | |
Add missing check to prevent adding interface with VRRP defined to be add to a bond-group. | |||
2011-12-28 | Move vrrp input filter creation to keepalived for faster transitions | John Southworth | |
2011-12-27 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnard | John Southworth | |
2011-12-27 | Move vrrp vmac sysctls to interface initialization in keepalived | John Southworth | |
2011-12-21 | interfaces: don't add config for missing devices | Stephen Hemminger | |
If device disappears or is renamed between the time udev script is run, and the vyatta-router script is run; then don't add an entry to the config file. | |||
2011-12-20 | Extra grat. arps are not needed for vmac interfaces | John Southworth | |
2011-12-14 | Verify user defined mac addresses are not VRRP mac addresses | John Southworth | |
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. |