summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-12-20Extra grat. arps are not needed for vmac interfacesJohn Southworth
2011-12-140.19.147debian/0.19.147John Southworth
2011-12-14Verify user defined mac addresses are not VRRP mac addressesJohn Southworth
2011-12-120.19.146debian/0.19.146John Southworth
2011-12-12Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnardJohn Southworth
2011-12-12Add 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-130.19.145debian/0.19.145Daniil Baturin
2011-12-13Bug 7672: Don't execute check-params-on-reboot.d if config fileDaniil Baturin
does not exist.
2011-12-090.19.144debian/0.19.144Stephen Hemminger
2011-12-09sysctl: increase maximum allowed socket bufferStephen Hemminger
Need to allow netlink applications (like Quagga) to set large receive buffering. This fixes regression since it was set large back in Glendale.
2011-12-090.19.143debian/0.19.143Stephen Hemminger
2011-12-08Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnardStephen Hemminger
2011-12-080.19.142debian/0.19.142John Southworth
2011-12-08Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnardJohn Southworth
2011-12-08Fix sysctl application for vlan interfaesJohn Southworth
2011-12-07Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnardStephen Hemminger
2011-12-060.19.141debian/0.19.141Bob Gilligan
2011-12-06Bugfix 7497: Include auth credentials when fetching the signature fileBob Gilligan
2011-12-06Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnardStephen Hemminger