X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=hnetd%2Ffiles%2Fhnetd.init;h=6b98b8c790b6dc269e3263a5bcb24c33a5757ad6;hb=c5a8562599ecea81a014ed8f714d61b29e12df55;hp=6d7d0ec4e77c5e9634831a1154ebdec37b193ef2;hpb=36efb8629fd5388615e9eb24e8fe9d334a0b88bb;p=lede-routing%2F.git diff --git a/hnetd/files/hnetd.init b/hnetd/files/hnetd.init index 6d7d0ec..6b98b8c 100644 --- a/hnetd/files/hnetd.init +++ b/hnetd/files/hnetd.init @@ -51,6 +51,9 @@ start_service() { # Routing script procd_append_param command -r /usr/sbin/hnetd-routing + [ -x /usr/sbin/hnetd-tunnel ] && \ + procd_append_param command -t /usr/sbin/hnetd-tunnel + # Prefix assignment (pa) config_get val pa ip4prefix [ -n "$val" ] && procd_append_param command --ip4prefix $val