Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-01 | forgot to use io::prompt | John Southworth | |
2012-03-01 | Bugfix 7555: Allow users to import keys when using loadkey | John Southworth | |
2012-02-29 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnard | John Southworth | |
2012-02-29 | Bugfix 7555: allow users to import ssh keys when running add system image | John Southworth | |
2012-02-21 | Cleanup interface statistic clear files on reboot | Stephen Hemminger | |
clear interface statistics creates a file /var/run/vyatta/XXXX.stats that is used to adjust values. Since this data is meaningless after reboot, remove it. | |||
2012-02-21 | Fix server property option | Stephen Hemminger | |
Bug 7623 Patch provided by Stig. | |||
2012-02-21 | Remove reference to init-floppy | Stephen Hemminger | |
Bug 7608 | |||
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. |