summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-03-14 01:47:27 +0000
committerbrian <brian@FreeBSD.org>2000-03-14 01:47:27 +0000
commit1bc8ab9f4fde76438c6683101c2d510c86e8d978 (patch)
tree04d2970ad1d86e4a24bfa1b4c7a2b7e16e96b535 /usr.sbin/ppp/bundle.h
parent041ec329dc4111a616c48d22712dfcaf9cbfe9bb (diff)
downloadFreeBSD-src-1bc8ab9f4fde76438c6683101c2d510c86e8d978.zip
FreeBSD-src-1bc8ab9f4fde76438c6683101c2d510c86e8d978.tar.gz
Add the ``resolv'' command for telling ppp how to deal with resolv.conf.
You can now ``resolv restore'' in ppp.linkdown ! Add DNS0 and DNS1 macros.
Diffstat (limited to 'usr.sbin/ppp/bundle.h')
-rw-r--r--usr.sbin/ppp/bundle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h
index bbdbcbf..2e53ca2 100644
--- a/usr.sbin/ppp/bundle.h
+++ b/usr.sbin/ppp/bundle.h
@@ -185,6 +185,7 @@ extern int bundle_HighestState(struct bundle *);
extern int bundle_Exception(struct bundle *, int);
extern void bundle_AdjustFilters(struct bundle *, struct in_addr *,
struct in_addr *);
+extern void bundle_AdjustDNS(struct bundle *, struct in_addr [2]);
extern void bundle_CalculateBandwidth(struct bundle *);
extern void bundle_AutoAdjust(struct bundle *, int, int);
extern int bundle_WantAutoloadTimer(struct bundle *);
OpenPOWER on IntegriCloud