aboutsummaryrefslogtreecommitdiffstats
path: root/if-options.c
diff options
context:
space:
mode:
authorrepo sync <isheriff@google.com>2011-08-10 15:44:47 -0700
committerrepo sync <isheriff@google.com>2011-08-14 17:20:21 -0700
commit0d3a47d979ac35a49b2a2da9e80e16bd37aab877 (patch)
tree24b8afc13c1915a0636cce5c3308c362738d266c /if-options.c
parent98bf139a07f34b42c5b5f935f48c981a103d965d (diff)
downloadexternal_dhcpcd-0d3a47d979ac35a49b2a2da9e80e16bd37aab877.zip
external_dhcpcd-0d3a47d979ac35a49b2a2da9e80e16bd37aab877.tar.gz
external_dhcpcd-0d3a47d979ac35a49b2a2da9e80e16bd37aab877.tar.bz2
Provide an option to disable route setup with dhcp
Framework manages route setup for p2p. Bug: 5002384 Change-Id: I7489ebed1c268744a3bf8ea13bf5c55d200fe3e7
Diffstat (limited to 'if-options.c')
-rw-r--r--if-options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/if-options.c b/if-options.c
index 88b43d7..4dd907b 100644
--- a/if-options.c
+++ b/if-options.c
@@ -333,6 +333,7 @@ parse_option(struct if_options *ifo, int opt, const char *arg)
struct rt *rt;
switch(opt) {
+ case 'a': /* FALLTHROUGH */
case 'f': /* FALLTHROUGH */
case 'g': /* FALLTHROUGH */
case 'n': /* FALLTHROUGH */