From 2e8e51060ffcc46bb1308d7eae4d2bc3456deacf Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 7 Nov 2005 01:12:51 +0000 Subject: add hotplug stuff to trunk/ SVN-Revision: 2364 --- openwrt/package/ppp/files/etc/ppp/ip-down | 2 ++ openwrt/package/ppp/files/etc/ppp/ip-up | 2 ++ openwrt/package/ppp/files/ifup.pppoa | 1 + openwrt/package/ppp/files/ifup.pppoe | 1 + 4 files changed, 6 insertions(+) create mode 100755 openwrt/package/ppp/files/etc/ppp/ip-down create mode 100755 openwrt/package/ppp/files/etc/ppp/ip-up (limited to 'openwrt/package/ppp/files') diff --git a/openwrt/package/ppp/files/etc/ppp/ip-down b/openwrt/package/ppp/files/etc/ppp/ip-down new file mode 100755 index 0000000..044759f --- /dev/null +++ b/openwrt/package/ppp/files/etc/ppp/ip-down @@ -0,0 +1,2 @@ +#!/bin/sh +[ -z "$6" ] || env -i ACTION="ifdown" INTERFACE="$6" PROTO=ppp /sbin/hotplug "iface" diff --git a/openwrt/package/ppp/files/etc/ppp/ip-up b/openwrt/package/ppp/files/etc/ppp/ip-up new file mode 100755 index 0000000..c67a3d0 --- /dev/null +++ b/openwrt/package/ppp/files/etc/ppp/ip-up @@ -0,0 +1,2 @@ +#!/bin/sh +[ -z "$6" ] || env -i ACTION="ifup" INTERFACE="$6" PROTO=ppp /sbin/hotplug "iface" diff --git a/openwrt/package/ppp/files/ifup.pppoa b/openwrt/package/ppp/files/ifup.pppoa index 51b0fe3..8928366 100644 --- a/openwrt/package/ppp/files/ifup.pppoa +++ b/openwrt/package/ppp/files/ifup.pppoa @@ -31,6 +31,7 @@ while :; do usepeerdns \ defaultroute \ linkname $type \ + ipparam $type \ user "$USERNAME" \ password "$PASSWORD" \ mtu $MTU mru $MTU \ diff --git a/openwrt/package/ppp/files/ifup.pppoe b/openwrt/package/ppp/files/ifup.pppoe index 9a5d0a3..da9a441 100644 --- a/openwrt/package/ppp/files/ifup.pppoe +++ b/openwrt/package/ppp/files/ifup.pppoe @@ -32,6 +32,7 @@ while :; do usepeerdns \ defaultroute \ linkname $type \ + ipparam $type \ user "$USERNAME" \ password "$PASSWORD" \ mtu $MTU mru $MTU \ -- cgit v1.1