Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-24 | vif: remove check for flags when creating VIF | Stephen Hemminger | |
Bug 8007 The 3.3 kernel removed sysfs features file (/sys/class/net/ethX/features). Detect vlan failure when added instead. | |||
2012-04-10 | 0.20.2debian/0.20.2 | Stephen Hemminger | |
2012-04-09 | Replace intf->carrier() check with intf->running() | Stephen Hemminger | |
Bug 8006 The "carrier" method in Interface.pm is superseded by the more robust running() method. | |||
2012-04-04 | Fix minor perlcritc warning in vrrp-state | Stephen Hemminger | |
Code before strictures. | |||
2012-04-04 | 0.20.1debian/0.20.1 | Stephen Hemminger | |
2012-04-04 | Add network console support | Stephen Hemminger | |
Bug 6883 This enhancement adds ability to configure one or more network consoles. A network console sends a copy of all console messages over UDP. Each target can be configured with local, remote and interface. The only required parameter is the interface name. The local and remote ports both have default values, and by default traffic is sent as broadcast. For more information see kernel: Documentation/networking/netconsole.txt Configuration example: device ttyS0 { speed 9600 } network netcon0 { interface eth0 remote { address 192.168.91.1 } } | |||
2012-04-02 | Add dependency on dialog package | Stephen Hemminger | |
Including dialog in build allows for packages upgrade to ask user questions in text boxes. | |||
2012-03-27 | 0.19.176debian/0.19.176 | John Southworth | |
2012-03-27 | Bugfix 7976: Move the test to update: to allow addresses to be configured | Jon Andersson | |
2012-03-03 | 0.19.175debian/0.19.175 | Deepti Kulkarni | |
2012-03-03 | new branch | Deepti Kulkarni | |
2012-03-01 | 0.19.174debian/0.19.174 | Deepti Kulkarni | |
2012-03-01 | bug fix for 7489 - Added warning message on delete system console | Deepti Kulkarni | |
2012-03-01 | 0.19.173debian/0.19.173 | John Southworth | |
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 | 0.19.172debian/0.19.172 | 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 | 0.19.171debian/0.19.171 | Stephen Hemminger | |
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 | 0.19.170debian/0.19.170 | Stephen Hemminger | |
2012-02-21 | Fix server property option | Stephen Hemminger | |
Bug 7623 Patch provided by Stig. | |||
2012-02-21 | 0.19.169debian/0.19.169 | Stephen Hemminger | |
2012-02-21 | Disable reboot on ctrl-alt-del | Stephen Hemminger | |
Bug 6526 Disable ctrl-alt-del where all the other system changes happen on installation. | |||
2012-02-21 | 0.19.168debian/0.19.168 | Stephen Hemminger | |
2012-02-21 | Remove reference to init-floppy | Stephen Hemminger | |
Bug 7608 | |||
2012-02-21 | 0.19.167debian/0.19.167 | Stephen Hemminger | |
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 | |