~j-harbott/cirros/dev

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott Moser
  • Date: 2014-09-08 08:42:12 UTC
  • Revision ID: smoser@ubuntu.com-20140908084212-r5duadbi4nx9759y
busybox: enable additional nc options.

This provides:
 -s ADDR (local/source address)
 -n (disable dns lookups)
 -u (UDP instead of tcp)
 -v (verbose)
 -o FILE (Hex dump traffic)
 -z (Zero-I/O mode scanning)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
0.3.3
2
2
 - Wrap udhcpc to provide for easier passing of options including
3
3
   those required to get MTU set properly.  [Harm Weites] (LP: #1301958)
 
4
 - Busybox: enable nc flags '-s ADDR', '-n', '-u', '-o FILE', -z.
4
5
0.3.2
5
6
 - Recognize failure when getting entries from ec2 metadata service,
6
7
   especially annoying on 'ec2metadata --public-keys' (LP: #1148165)