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 | 0.19.166debian/0.19.166 | Daniil Baturin | |
2012-02-18 | Fix VRRP templates error string capitalization. | Daniil Baturin | |
2012-02-18 | Bug #7787: Modify VRRP templates to allow custom script arguments, | Daniil Baturin | |
treat first word as script path and the rest as arguments. | |||
2012-02-18 | Bug #7787: Allow using custom command line arguments in transition | Daniil Baturin | |
scripts. | |||
2012-02-17 | 0.19.165debian/0.19.165 | Stephen Hemminger | |
2012-02-17 | snmp: add missing newline to config file | Stephen Hemminger | |
Need newline after agentx | |||
2012-02-10 | 0.19.164debian/0.19.164 | Stephen Hemminger | |
2012-02-10 | Fix typo in last SNMP change. | Stephen Hemminger | |
2012-02-09 | 0.19.163debian/0.19.163 | Stephen Hemminger | |
2012-02-09 | fix path to ethtool | Stephen Hemminger | |
/sbin is not part of default user path. Therefore need to use full path to ethtool. | |||
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-02-03 | 0.19.162debian/0.19.162 | John Southworth | |
2012-02-03 | Fix missing space on postinst script | John Southworth | |
2012-02-03 | 0.19.161debian/0.19.161 | John Southworth | |
2012-02-03 | Bugfix 7770 | John Southworth | |
2012-01-30 | 0.19.160debian/0.19.160 | John Southworth | |
2012-01-30 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnard | John Southworth | |
2012-01-30 | Allow operator users to run dmidecode so show version works for them | John Southworth | |
2012-01-24 | 0.19.159debian/0.19.159 | Stephen Hemminger | |
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 | 0.19.158debian/0.19.158 | Stephen Hemminger | |
2012-01-20 | Make disk label if necessary | Stephen Hemminger | |
Bug 7732 Restore installation section that makes disk label. | |||
2012-01-19 | 0.19.157debian/0.19.157 | Stephen Hemminger | |
2012-01-19 | Enforce length restriction on interface description | Stephen Hemminger | |
Bug 7730 Kernel limit on interface description (ifalias) is 256 characters. | |||
2012-01-16 | 0.19.156debian/0.19.156 | Stephen Hemminger | |
2012-01-16 | Fix check for pseudo-ethernet overlap | Stephen Hemminger | |
Bug 7726 Incorrect variable name (from cut-paste) | |||
2012-01-11 | 0.19.155debian/0.19.155 | Stephen Hemminger | |
2012-01-11 | Check for existance of postconfig boot up script | Stephen Hemminger | |
Bug 7720 If post config script does not exist, then silently ignore it. The user may have accidentally deleted the post config script. | |||
2012-01-11 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2012-01-09 | 0.19.154debian/0.19.154 | Stephen Hemminger | |
2012-01-09 | Update to local_ip | Jon Andersson | |
2012-01-05 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2012-01-03 | 0.19.153debian/0.19.153 | John Southworth | |
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 | 0.19.152debian/0.19.152 | Stephen Hemminger | |
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 | 0.19.151debian/0.19.151 | John Southworth | |
2011-12-28 | Move vrrp input filter creation to keepalived for faster transitions | John Southworth | |
2011-12-27 | 0.19.150debian/0.19.150 | 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 | 0.19.149debian/0.19.149 | Stephen Hemminger | |
2011-12-21 | install: fix warning message when package is updated | Stephen Hemminger | |
vyatta-cfg-system package installation caused warning: update-rc.d: using dependency based boot sequencing update-rc.d: warning: vyatta-config-reboot-params start runlevel arguments (2 3 4 5) do not match LSB Default-Start values (S) update-rc.d: warning: vyatta-config-reboot-params stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (none) | |||
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 | 0.19.148debian/0.19.148 | John Southworth | |