odhcp6c: export passthru options as netifd data

SVN-Revision: 40825
This commit is contained in:
Steven Barth 2014-05-23 06:26:23 +00:00
parent cb8ca4bdb8
commit 3ce83eb9a0

View File

@ -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"