odhcp6c: export passthru options as netifd data
SVN-Revision: 40825
This commit is contained in:
parent
cb8ca4bdb8
commit
3ce83eb9a0
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ setup_interface () {
|
||||||
|
|
||||||
proto_add_data
|
proto_add_data
|
||||||
[ -n "$CER" ] && json_add_string cer "$CER"
|
[ -n "$CER" ] && json_add_string cer "$CER"
|
||||||
|
[ -n "$PASSTHRU" ] && json_add_string passthru "$PASSTHRU"
|
||||||
proto_close_data
|
proto_close_data
|
||||||
|
|
||||||
proto_send_update "$INTERFACE"
|
proto_send_update "$INTERFACE"
|
||||||
|
|
Loading…
Reference in a new issue