summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-21Fix spelling errors in install imageStephen Hemminger
Bug 7544 Found several misspellings in the install prompts.
2012-02-180.19.166debian/0.19.166Daniil Baturin
2012-02-18Fix VRRP templates error string capitalization.Daniil Baturin
2012-02-18Bug #7787: Modify VRRP templates to allow custom script arguments,Daniil Baturin
treat first word as script path and the rest as arguments.
2012-02-18Bug #7787: Allow using custom command line arguments in transitionDaniil Baturin
scripts.
2012-02-170.19.165debian/0.19.165Stephen Hemminger
2012-02-17snmp: add missing newline to config fileStephen Hemminger
Need newline after agentx
2012-02-100.19.164debian/0.19.164Stephen Hemminger
2012-02-10Fix typo in last SNMP change.Stephen Hemminger
2012-02-090.19.163debian/0.19.163Stephen Hemminger
2012-02-09fix path to ethtoolStephen Hemminger
/sbin is not part of default user path. Therefore need to use full path to ethtool.
2012-02-06snmp: enable agentxStephen Hemminger
Llpd uses agentx snmp API to talk to snmpd This allows system description from SNMP to be retrieved by lldpd.
2012-02-030.19.162debian/0.19.162John Southworth
2012-02-03Fix missing space on postinst scriptJohn Southworth
2012-02-030.19.161debian/0.19.161John Southworth
2012-02-03Bugfix 7770John Southworth
2012-01-300.19.160debian/0.19.160John Southworth
2012-01-30Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnardJohn Southworth
2012-01-30Allow operator users to run dmidecode so show version works for themJohn Southworth
2012-01-240.19.159debian/0.19.159Stephen Hemminger
2012-01-24Fix missing error (missing lecho) in install-systemStephen 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-200.19.158debian/0.19.158Stephen Hemminger
2012-01-20Make disk label if necessaryStephen Hemminger
Bug 7732 Restore installation section that makes disk label.
2012-01-190.19.157debian/0.19.157Stephen Hemminger
2012-01-19Enforce length restriction on interface descriptionStephen Hemminger
Bug 7730 Kernel limit on interface description (ifalias) is 256 characters.
2012-01-160.19.156debian/0.19.156Stephen Hemminger
2012-01-16Fix check for pseudo-ethernet overlapStephen Hemminger
Bug 7726 Incorrect variable name (from cut-paste)
2012-01-110.19.155debian/0.19.155Stephen Hemminger
2012-01-11Check for existance of postconfig boot up scriptStephen 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-11Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnardStephen Hemminger
2012-01-090.19.154debian/0.19.154Stephen Hemminger
2012-01-09Update to local_ipJon Andersson
2012-01-05Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnardStephen Hemminger
2012-01-030.19.153debian/0.19.153John Southworth
2012-01-03Bugfix 7689: change vrrp auth_type detection 'simple' to 'plaintext-password'John Southworth
2012-01-03install-system: use sfdisk to find drive sizeStephen Hemminger
Better than using parted which requires more parsing.
2012-01-03install: use sfdisk to get disk sizeStephen 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-03Check for conflict between pseudo-ethernet and bonding,bridgingStephen Hemminger
Don't allow configuring bonding or bridging if pseudo-ethernet is in use.
2011-12-300.19.152debian/0.19.152Stephen Hemminger
2011-12-30bridge: check for VRRPStephen Hemminger
Do not allow interface with VRRP defined to be added to a bridge.
2011-12-30bonding: do not allow interface with VRRP to be enslavedStephen Hemminger
Add missing check to prevent adding interface with VRRP defined to be add to a bond-group.
2011-12-280.19.151debian/0.19.151John Southworth
2011-12-28Move vrrp input filter creation to keepalived for faster transitionsJohn Southworth
2011-12-270.19.150debian/0.19.150John Southworth
2011-12-27Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnardJohn Southworth
2011-12-27Move vrrp vmac sysctls to interface initialization in keepalivedJohn Southworth
2011-12-210.19.149debian/0.19.149Stephen Hemminger
2011-12-21install: fix warning message when package is updatedStephen 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-21interfaces: don't add config for missing devicesStephen 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-200.19.148debian/0.19.148John Southworth