diff options
Diffstat (limited to 'package/ppp/files/etc/ppp/ipv6-up')
-rw-r--r-- | package/ppp/files/etc/ppp/ipv6-up | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ppp/files/etc/ppp/ipv6-up b/package/ppp/files/etc/ppp/ipv6-up new file mode 100644 index 0000000000..e349471524 --- /dev/null +++ b/package/ppp/files/etc/ppp/ipv6-up @@ -0,0 +1,2 @@ +#!/bin/sh +route -A inet6 add default $4 dev $1 |