summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-31Bugfix 7469: Add support for installing onto XenBob Gilligan
2011-08-240.19.116debian/0.19.116Stephen Hemminger
2011-08-24Fix ipv6 tunnel template errorStephen Hemminger
Remove whitespace at end of line. Also, indent continuation lines for clarity.
2011-08-230.19.115debian/0.19.115John Southworth
2011-08-23Bugfix 7461: Fix syntax problem when setting a mac addressJohn Southworth
2011-08-19Fix deprecated use of chownStephen Hemminger
Fix build warning on debian testing (more restrictive) W: vyatta-cfg-system: deprecated-chown-usage postinst:176 'chown -R root.vyattacfg'
2011-08-19Cleanup vyatta-config-reboot-paramsStephen Hemminger
Split comments out of Description: text which is part of LSB info into later parts of the file.
2011-08-150.19.114debian/0.19.114John Southworth
2011-08-15Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnardJohn Southworth
2011-08-15Migration for bug 6900John Southworth
2011-08-110.19.113debian/0.19.113Stephen Hemminger
2011-08-11Don't bring ethernet device up if it is disabledStephen Hemminger
If ethernet (or pseudo) is disabled, don't bounce link.
2011-08-110.19.112debian/0.19.112John Southworth
2011-08-11Add encapsulation to IPv6 parameters deletion so that ipip6 tunnels will ↵John Southworth
work properly after a deletion.
2011-08-110.19.111debian/0.19.111John Southworth
2011-08-11Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnardJohn Southworth
2011-08-11Initial checkin of ipv6 tunnel supportJon Andersson
2011-08-080.19.110debian/0.19.110Stephen Hemminger
2011-08-08bridge: allow setting mac addressStephen Hemminger
Bug 7164 set interface bridge br0 mac 00:01:02:03:04:05
2011-08-08Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnardJohn Southworth
2011-08-070.19.109debian/0.19.109Stephen Hemminger
2011-08-07Merge branch 'oxnard' of 192.168.1.19:oxnard/vyatta-cfg-system into oxnardStephen Hemminger
2011-08-07fix missing command in debian/controlStephen Hemminger
2011-08-070.19.108Stephen Hemminger
2011-08-07Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnardStephen Hemminger
2011-08-070.19.108debian/0.19.108Stephen Hemminger
2011-08-07Force dependency on later vyatta-cfg packageStephen Hemminger
Since the code here now refers to is_uniq_address, current of this package needs to depend on the matching vyatta-cfg.
2011-08-050.19.107debian/0.19.107Stephen Hemminger
2011-08-05Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnardStephen Hemminger
2011-08-05Merge branch 'oxnard' of nehalam:vyatta/oxnard/vyatta-cfg-system into oxnardStephen Hemminger
2011-08-05ethernet: avoid needlessly setting mac addressStephen Hemminger
Bug 7408 Only set mac address if it is different, and try first with link up (many drivers allow it). Don't use hw-id as mac address, hw-id is meant for corelating names with addresses (in udev).
2011-08-01Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnardJohn Southworth
2011-07-270.19.106debian/0.19.106Deepti Kulkarni
2011-07-27Added to make "force" op-mode command accessible to user typeDeepti Kulkarni
operator.
2011-08-170.19.105debian/0.19.105Bob Gilligan
2011-08-17Bugfix 7350: Allow default config.boot to be selected as config file.Bob Gilligan
Previously, the user could only select the running config file, which includes any changes the user may have made and saved, plus system generated changes such as the MAC addresses of ethernet interfaces. This change allows them to select that file or the system's default config file.
2011-07-20Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnardJohn Southworth
2011-07-150.19.104debian/0.19.104John Southworth
2011-07-15Fix permission problems on /config during initial installJohn Southworth
(cherry picked from commit 9b0151b1d51617e969807d75b00eed998bf8f294)
2011-08-140.19.103debian/0.19.103Bob Gilligan
2011-08-14Bugfix 7070: Need to provide full path for irq-affinity.pl in system()Bob Gilligan
(cherry picked from commit c78c504b6a63b2af51ae02f51cf1c447dd945818)
2011-08-120.19.102debian/0.19.102Bob Gilligan
2011-08-12Add hook to call a config migration script when upgrading from VSE Demo.Bob Gilligan
(cherry picked from commit d891558527fdc077b8c0b37c24cb8b17a2ae7043)
2011-07-15Fix permission problems on /config during initial installJohn Southworth
(cherry picked from commit 9b0151b1d51617e969807d75b00eed998bf8f294)
2011-07-130.19.101debian/0.19.101John Southworth
2011-07-13Bugfix 7326: add /config/support directory by defaultJohn Southworth
(cherry picked from commit 697affbbcbfaf8b8b253b3ce1a5f312db8069238)
2011-07-11Fix duplicate detection of hypervisorStephen Hemminger
Bug 7314 If cpuid succeeds, don't need to print twice.
2011-07-070.19.100debian/0.19.100Deepti Kulkarni
2011-07-07new branchDeepti Kulkarni
2011-07-060.19.99debian/0.19.99Stephen Hemminger