20180608_jeffrey - silenceuncrio/diary GitHub Wiki

0910

review

1000

commit d0584865ee34baed481a4df757467ed41833ab26
Author: jeffrey <[email protected]>
Date:   Fri Jun 8 09:57:07 2018 +0800

    Force QOS status CGI support the parameters:
    - direction
      - up: Web select Upstream
      - ds: Web select Downstream.
    - show_bw_for_each
      - true: Web select enable to show detail of BandWidth divided for each IP Address.
      - false: Web select disable to show detail of BandWidth divided for each IP Address.

 proscend/prosrc/webcgi/qos.c             | 66 +++++++++++++++++++++++++++++++-
 proscend/prosrc/www/app/feature/qos.html |  3 +-
 proscend/prosrc/www/app/feature/qos.js   | 11 +++++-
 3 files changed, 77 insertions(+), 3 deletions(-)

1325

commit efffa1dc9926ba4a8db0037fd5abf7835315f3c0
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Fri Jun 8 13:25:37 2018 +0800

    finish QOS status page

 proscend/prosrc/www/app/feature/qos.html  | 33 ++++++++++++++++++++++++++-----
 proscend/prosrc/www/app/feature/qos.js    | 11 -----------
 proscend/prosrc/www/app/locale-en.json    | 14 +++++++++++++
 proscend/prosrc/www/app/locale-fr.json    | 14 +++++++++++++
 proscend/prosrc/www/app/locale-zh-tw.json | 14 +++++++++++++
 5 files changed, 70 insertions(+), 16 deletions(-)

1800

commit a1857966a930906f50bc0af8cfcaf4984b571938
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Fri Jun 8 17:56:03 2018 +0800

    apply the iptable mark to DMZ:
    - add 'ppp+' to the wan mark
    - add 'gre1' to the wan mark

 proscend/prosrc/icos/icoslib/dmz/dmzcfg.c          | 83 +++++-----------------
 .../icos/icoslib/ipc_utility/icos_ipt_mark.c       |  2 +
 proscend/prosrc/icos/include/icos_ipt_mark.h       |  2 +
 3 files changed, 22 insertions(+), 65 deletions(-)