~ubuntu-branches/ubuntu/wily/dhcpcd5/wily-proposed

« back to all changes in this revision

Viewing changes to if-options.h

  • Committer: Bazaar Package Importer
  • Author(s): Roy Marples
  • Date: 2010-10-22 19:47:32 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101022194732-8v2o12hji1u3m502
Tags: 5.2.8-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
/* Don't set any optional arguments here so we retain POSIX
39
39
 * compatibility with getopt */
40
 
#define IF_OPTS "bc:de:f:gh:i:kl:m:no:pqr:s:t:u:v:wxy:z:ABC:DEF:GHI:JKLO:Q:S:TVW:X:Z:"
 
40
#define IF_OPTS "bc:de:f:gh:i:kl:m:no:pqr:s:t:u:v:wxy:z:ABC:DEF:GHI:JKLO:Q:S:TUVW:X:Z:"
41
41
 
42
42
#define DEFAULT_TIMEOUT         30
43
43
#define DEFAULT_REBOOT          10
76
76
#define DHCPCD_CSR_WARNED       (1 << 27)
77
77
#define DHCPCD_XID_HWADDR       (1 << 28)
78
78
#define DHCPCD_BROADCAST        (1 << 29)
 
79
#define DHCPCD_DUMPLEASE        (1 << 30)
79
80
 
80
81
extern const struct option cf_options[];
81
82