20201110_jeffrey - silenceuncrio/diary GitHub Wiki
0910
工作交接
- [30%] PPTP - Aaron
- [30%] firmware upgrade - Jessy
- [30%] proscend apple account and google account
安排一下時間
1020
工作交接 - [30%] PPTP - Aaron
完成
1110
工作交接 - [30%] proscend apple account and google account
完成
1150
M330 - issue - 0001218: CTCU-CHT version, some web page display garbage
問題描述如下
static route,
policy route
BGP
load default + close browser + open Browser
目前發現到這三個頁面都是亂碼.....
但安裝回 V1.04 則是沒問題
build 個 CTCU-CHT version 先
1310
目前從 IP Routing > Static Route
觀察到
/cgi-bin/icos_iface.cgi?act=get
沒有回應任何內容
1355
解決
commit 536a56d05866949a87b355ba690bad3de11f0100
Refs: [release/v1.06], {origin/release/v1.06}
Author: jeffrey <[email protected]>
Date: Tue Nov 10 13:52:57 2020 +0800
correct the parameter for SysGetAttStringByStringSet() at icos_iface.cgi
- or some web page display garbage
proscend/prosrc/webcgi/icos_iface.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
1540
m350 在 gre 有兩路的狀況下
假設 gre1 在 ethernet gre2 在 lte
會發現 gre2 的 keepalive 從 default route 的 ethernet interface 發出去
導致 gre2 keepalive 發往錯誤的 interface - 應該 lte interface 發出去才對
目前考慮的改法是在 grek 裡綁定 interface
M330
commit 34192ed12c1eb1544867a5c5d51b831ea910f2ba
Refs: [release/v1.06], {origin/release/v1.06}
Author: jeffrey <[email protected]>
Date: Tue Nov 10 16:12:25 2020 +0800
Bind the socket to the device to issue keepalive
- or the keepalive send to default route
proscend/prosrc/icos/greK/main.c | 9 +++++++++
1 file changed, 9 insertions(+)
M350
commit 64a2cea84b46ee75b6fe76164639e8cd75657586
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Tue Nov 10 16:18:41 2020 +0800
Bind the socket to the device to issue keepalive
- or the keepalive send to default route
proscend/prosrc/icos/greK/main.c | 9 +++++++++
1 file changed, 9 insertions(+)