From 0699cfb2e52d5bdfb0d41497fa28586916af05e6 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 17 Apr 2015 14:47:12 +0000 Subject: network: also shorten virtual interface names of ppp and 3g/4g connections Signed-off-by: Steven Barth git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45479 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/services/ppp/files/lib/netifd/ppp-up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/services/ppp') diff --git a/package/network/services/ppp/files/lib/netifd/ppp-up b/package/network/services/ppp/files/lib/netifd/ppp-up index f9bfe62383..105ecbe844 100755 --- a/package/network/services/ppp/files/lib/netifd/ppp-up +++ b/package/network/services/ppp/files/lib/netifd/ppp-up @@ -22,7 +22,7 @@ proto_send_update "$PPP_IPPARAM" if [ -n "$AUTOIPV6" ]; then json_init - json_add_string name "${PPP_IPPARAM}_dhcpv6" + json_add_string name "${PPP_IPPARAM}_6" json_add_string ifname "@$PPP_IPPARAM" json_add_string proto "dhcpv6" json_close_object -- cgit v1.2.3