summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-140.17.42debian/0.17.42Stephen Hemminger
2010-05-14Fix syntax of default listen addressStephen Hemminger
Despite documentation, udp6: is not a valid listen address, need to use udp6:161
2010-05-14Change SNMP community handlingStephen Hemminger
Allow combination of IPv4 and IPv6 address in community setting. Use script to generate necessary community values in snmpd.conf
2010-05-120.17.41debian/0.17.41Stephen Hemminger
2010-05-12Allow configuring/restricting SNMP listen addressStephen Hemminger
Add: service snmp listen-address AAAA [port NNN]
2010-05-12Better version of SNMP IPv6 supportStephen Hemminger
Need to use different syntax for community values on IPv6 versus IPv4
2010-05-12Revert "Snmp Ipv6 support"Stephen Hemminger
This reverts commit 5aafb72b269d409500258f0b65f3e635d99712b7.
2010-05-120.17.40debian/0.17.40Stephen Hemminger
2010-05-12Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspurStephen Hemminger
2010-05-12Show progress bar when copying filesystemStephen Hemminger
Better to show real progress than simple spinning wheel.
2010-05-11Snmp Ipv6 supportStephen Hemminger
Simple change to allow ipv6 or ipv4 address in configuration.
2010-05-070.17.39debian/0.17.39Stephen Hemminger
2010-05-07Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspurStephen Hemminger
2010-05-07Preserve file attributes of root filesStephen Hemminger
Want to preserve labels and other attributes
2010-05-07Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspurStephen Hemminger
2010-05-07Preserve file capablities and attributes during install-systemStephen Hemminger
2010-05-030.17.38debian/0.17.38Bob Gilligan
2010-05-03Add code to check digital signature of image files.Bob Gilligan
In URL mode, we now check for a digital signature file. If one exists, we'll try to download it and check the signature.
2010-04-300.17.37debian/0.17.37Bob Gilligan
2010-04-30Allow user to name system images when installing them.Bob Gilligan
Now we ask the user what they would like to name an image when they are installing. The default answer is the same string used previously: The Vyatta version string.
2010-04-270.17.36debian/0.17.36Stephen Hemminger
2010-04-27Revert "Set capabilities on standard utilities"Stephen Hemminger
This reverts commit 59cae244d055a7b5ba9de460d3ebbb5700d6ab17. Don't want to do this this way.
2010-04-27Make interface help completion strings consistentStephen Hemminger
Use same format/syntax over all interface types. Bug 5257
2010-04-26Set capabilities on standard utilitiesStephen Hemminger
This sets extended capablities on some common utilities
2010-04-26Ignore comments in level fileStephen Hemminger
Standard practice to ignore lines starting with #
2010-04-160.17.35debian/0.17.35Stephen Hemminger
2010-04-16Configure IFB devices earlier in bootStephen Hemminger
Need ifb device to be created before other devices redirect to it.
2010-04-150.17.34debian/0.17.34Stephen Hemminger
2010-04-15Rename in0 to ifb0Stephen Hemminger
More descriptive name for input interface.
2010-04-140.17.33debian/0.17.33Mohit Mehta
2010-04-14For Bug 5625 Not ready for DNSSEC implementationMohit Mehta
* Increase EDNS max packet size to 4096 as recommended in RFC 5625. Note that this is margin for uncommon case and the previous default of 1280 should be fine in most cases as mentioned on IETF's mailing list
2010-04-090.17.32debian/0.17.32An-Cheng Huang
2010-04-09increase xen hypervisor heap sizeAn-Cheng Huang
2010-04-060.17.31debian/0.17.31Stephen Hemminger
2010-04-06Add input pseudo-interface configurationStephen Hemminger
This is configuration wrapper for IFB. See spec.
2010-04-050.17.30debian/0.17.30Stephen Hemminger
2010-04-05Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspurStephen Hemminger
2010-04-05Ignore errors from ethtool when setting speed/duplexStephen Hemminger
Many virtual devices don't implement speed/duplex, so just ignore any errors.
2010-04-05Use 3 arg open to create pipeStephen Hemminger
Safer from user doing nasty things with command args.
2010-04-05Use 3 arg openStephen Hemminger
This fixes perlcritic warning because of using 2 arg open. The other form puts pipe as method.
2010-04-050.17.29debian/0.17.29Stephen Hemminger
2010-04-02Fail gracefully if path is unknownStephen Hemminger
If device is ppp but not in Vyatta config, the configuration path will be undefined. So have script give reasonable error rather than perl undefined variable message.
2010-03-300.17.28debian/0.17.28Bob Gilligan
2010-03-30Improve wording of config info save dialog.Bob Gilligan
2010-03-290.17.27debian/0.17.27Stephen Hemminger
2010-03-29Fix test for UPStephen Hemminger
/sys/devices/system/cpu/present is 0-NN on SMP and 0 on UP.
2010-03-29Ignore setting CPU affinity on UP systemsStephen Hemminger
If only one CPU, then not worth bothering doing any kind of interrrupt affinity.
2010-03-240.17.26debian/0.17.26An-Cheng Huang
2010-03-24run snmpd as user snmpAn-Cheng Huang
2010-03-240.17.25debian/0.17.25Mohit Mehta