diff --git a/misc.cpp b/misc.cpp
index 0430661..8a123a7 100644
--- a/misc.cpp
+++ b/misc.cpp
@@ -786,9 +786,9 @@ void iptables_rule() // handles -a -g --gen-add --keep-rule --clear --wait-loc
{
char *output;
//int ret =system("iptables-save |grep udp2raw_dWRwMnJhdw|sed -n 's/^-A/iptables -D/p'|sh");
- int ret =run_command(iptables_command0+"-S|sed -n '/udp2rawDwrW/p'|sed -n 's/^-A/"+iptables_command0+"-D/p'|sh",output);
+ int ret =run_command(iptables_command+"-S|sed -n '/udp2rawDwrW/p'|sed -n 's/^-A/"+iptables_command+"-D/p'|sh",output);
- int ret2 =run_command(iptables_command0+"-S|sed -n '/udp2rawDwrW/p'|sed -n 's/^-N/"+iptables_command0+"-X/p'|sh",output);
+ int ret2 =run_command(iptables_command+"-S|sed -n '/udp2rawDwrW/p'|sed -n 's/^-N/"+iptables_command+"-X/p'|sh",output);
//system("iptables-save |grep udp2raw_dWRwMnJhdw|sed 's/^-A/iptables -D/'|sh");
//system("iptables-save|grep -v udp2raw_dWRwMnJhdw|iptables-restore");
mylog(log_info,"tried to clear all iptables rule created previously,return value %d %d\n",ret,ret2);
diff --git a/third-party/luci-app-udp2raw/files/luci/model/cbi/udp2raw/general.lua b/third-party/luci-app-udp2raw/files/luci/model/cbi/udp2raw/general.lua
index dbd22e9..7709548 100644
--- a/third-party/luci-app-udp2raw/files/luci/model/cbi/udp2raw/general.lua
+++ b/third-party/luci-app-udp2raw/files/luci/model/cbi/udp2raw/general.lua
@@ -8,7 +8,7 @@ end
if not has_bin("udp2raw") then
return Map("udp2raw", "%s - %s" %{translate("udp2raw-tunnel"),
- translate("Settings")}, 'udp2raw-tunnel binary file not found.')
+ translate("Settings")}, 'udp2raw-tunnel binary file(/usr/bin/udp2raw) not found. ')
end
uci:foreach("udp2raw", "servers", function(s)