1
0
This repository has been archived on 2025-01-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
alacn1_pace_v5471/squashfs-root/etc/bewan/lib/ipv6_ppp_functions
Anderson Luiz Alves 0464e230c1 stock 103961
2017-07-30 16:48:04 -03:00

13 lines
228 B
Bash
Executable File

#!/bin/sh
# Library used by /etc/bewan/init.d/wanppp
[ ${IPV6_PPP_LIB:-0} = 1 ] && return
IPV6_PPP_LIB=1
# This function will fill ipv6cp_conf variable
generate_ipv6_ppp_conf() {
ipv6cp_conf="+ipv6
ipv6cp-use-persistent"
}