20200212_jeffrey - silenceuncrio/diary GitHub Wiki

0900

review


繼續 bgp 的 web ui

1120

DQA 問到 M360P 1.05 的一個 change 是什麼意思

   [Changes]
   ...
   * Web server doesn't restart when WAN link change.

相關的 commit 如下

[WEB]web server should not bother by WAN update.

作者 john 表示 web server 如果受以下兩個 event 的影響而重啟的話

  • ICOS_WAN_GATEWAY_UPDATE
  • ICOS_WAN_IP_UPDATE

使用者會受到這兩個 event 的硬想需要重新再 login - 很煩

1300

繼續 bgp web page

中午前已證明了 利用 ng-include 來重構 bgp 各個 tab 會讓 bgp page 變得更清楚 更好維護

1445

ariel 在 m350 上的 lte serving cell 的 online manual 需要我幫忙

先等今天的 m360 告一段落

1525

bgp 的網頁除了加上 authentication 的選項之外

還加了 validation

也順手搭配 ng-include 重構了一番

先上 code 吧

M360P[release/v1.06] - add 'MD5 Authentication' for BGP

commit 5dfe2431e33e4a119315749729255f2f1daed4bc
Refs: [release/v1.06], {origin/release/v1.06}
Author: jeffrey <[email protected]>
Date:   Wed Feb 12 15:28:40 2020 +0800

    add 'MD5 Authentication' for BGP

 m360p_kernel_defconfig-3.10                        |   1 +
 proscend/prosrc/icos/icoslib/bgp/bgp.c             |  37 ++
 proscend/prosrc/icos/include/module_bgp.h          |  17 +
 proscend/prosrc/www/app/feature/bgp.html           | 413 ++-------------------
 proscend/prosrc/www/app/feature/bgp.js             |  33 +-
 .../prosrc/www/app/feature/bgp_tab_general.html    |  88 +++++
 .../prosrc/www/app/feature/bgp_tab_neighbors.html  | 199 ++++++++++
 .../prosrc/www/app/feature/bgp_tab_networks.html   | 110 ++++++
 proscend/prosrc/www/app/locale-en.json             |   2 +
 proscend/prosrc/www/app/locale-fr.json             |   2 +
 proscend/prosrc/www/app/locale-zh-tw.json          |   2 +
 11 files changed, 516 insertions(+), 388 deletions(-)

不過還需要進行測試以及寫 wiki

但可以先切到 m350 幫 ariel 改一下 online manual

1535

m350 需要把 VMware jbox 叫起來

1625

m350[develop] - more user friendly the online manual for 'LTE > Serving Cell'

commit ecb2b38449c797442bb1d8de05be86edfaf12d4d
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Wed Feb 12 16:18:22 2020 +0800

    more user friendly the online manual for 'LTE > Serving Cell'

 .../prosrc/www/src/manual/lte_serving_cell.h.html  | 33 ++++++++++++++++------
 1 file changed, 25 insertions(+), 8 deletions(-)

又可以切回 m360 了

使用 VMware jubuntu


回顧今天的 commit