mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-31 05:23:14 +01:00
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
|
||||
[ -n "$CER" ] && json_add_string cer "$CER"
|
||||
[ -n "$PASSTHRU" ] && json_add_string passthru "$PASSTHRU"
|
||||
proto_close_data
|
||||
|
||||
proto_send_update "$INTERFACE"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue