diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-07-24 18:13:20 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-07-24 18:13:20 +0000 |
commit | 7c2f6343cedc0aa760d7b15a59a45f26bf5228ce (patch) | |
tree | 45ada9526d3bf63a114db20d4fa5a7406c349240 /sbin/dhclient/dhcpd.h | |
parent | e617f77ee95d294aedb2e147fb50993e378cd30e (diff) |
Throw DHO_STATIC_ROUTES to the floor! Roughly! Ensure
they don't appear in effective leases at all.
Diffstat (limited to 'sbin/dhclient/dhcpd.h')
-rw-r--r-- | sbin/dhclient/dhcpd.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h index 151eae9d0e1..e76b5d6c894 100644 --- a/sbin/dhclient/dhcpd.h +++ b/sbin/dhclient/dhcpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcpd.h,v 1.217 2017/07/24 17:15:41 krw Exp $ */ +/* $OpenBSD: dhcpd.h,v 1.218 2017/07/24 18:13:19 krw Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> @@ -239,5 +239,4 @@ void flush_unpriv_ibuf(const char *); void set_mtu(struct option_data *); void set_address(char *, struct in_addr, struct option_data *); void set_routes(struct in_addr, struct option_data *, - struct option_data *, struct option_data *, struct option_data *, - struct option_data *); + struct option_data *, struct option_data *, struct option_data *); |