Skip to content
Snippets Groups Projects
Commit 756a2f97 authored by cyrus's avatar cyrus
Browse files

odhcp6c: export passthru options as netifd data

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40825 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 83cc9063
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ setup_interface () {
proto_add_data
[ -n "$CER" ] && json_add_string cer "$CER"
[ -n "$PASSTHRU" ] && json_add_string passthru "$PASSTHRU"
proto_close_data
proto_send_update "$INTERFACE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment