[Olsr-commit] OLSR.org main repository branch, master, updated. v0.6.6.1-164-gb135e1c

(spam-protected) (spam-protected)
Thu Feb 20 15:28:04 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OLSR.org main repository".

        See http://olsr.org/git/?p=olsrd.git;a=commitdiff;h=v0.6.6.1-164-gb135e1c
        for a web version of the last commit.

The branch, master has been updated
       via  b135e1c495c445ddabf2e5a22f400441a8186c2a (commit)
       via  1940f1d5b2709733bf6a1c89a2057145dc24ac6f (commit)
       via  07674c1a1e13f56c065f69133f71e3a56b4baa4f (commit)
       via  75d5a9cd1a289b407758da7299f17fdc90204b18 (commit)
       via  9f2d0d71440f0b4efaa5deddfadb64412965dd8b (commit)
       via  5a3652487dcaeaf746a08aee5ee71df9777a4be1 (commit)
       via  ac9ea3c23243b29332f8d6fad82ef869c707a030 (commit)
       via  db2fe5a1bb09656b445fee30cabac64714b259a2 (commit)
      from  c35f180040d93c370ef6410b891cebe71a9508ab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b135e1c495c445ddabf2e5a22f400441a8186c2a
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Feb 18 16:06:50 2014 +0100

    gw: add SmartGatewayMarkOffsetServerTunnel configuration parameter
    
    We need it in the policy routing script
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 1940f1d5b2709733bf6a1c89a2057145dc24ac6f
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Feb 20 15:21:24 2014 +0100

    gw: move path_cost into the gateway struct, ensure it's always up-to-date
    
    In the process a lot of code surrounding the path costs can be simplified:
    upon reception of a HNA we always calculate the costs, and when they have
    changed, we re-sort the gateway list.
    Therefore no other place in the code needs to do that, and path_cost can
    always be used directly from the gateway struct.
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 07674c1a1e13f56c065f69133f71e3a56b4baa4f
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Feb 20 15:02:20 2014 +0100

    gw: fix a typo
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 75d5a9cd1a289b407758da7299f17fdc90204b18
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Feb 20 14:36:50 2014 +0100

    gw: fix gateway takedown calculation
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 9f2d0d71440f0b4efaa5deddfadb64412965dd8b
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Feb 20 12:16:41 2014 +0100

    gw: Add endif comments
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 5a3652487dcaeaf746a08aee5ee71df9777a4be1
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Feb 18 15:51:16 2014 +0100

    gw: simplify overlap checking code
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit ac9ea3c23243b29332f8d6fad82ef869c707a030
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Feb 18 13:38:01 2014 +0100

    gw: fix the 'ip' delete argument in the policy routing script
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit db2fe5a1bb09656b445fee30cabac64714b259a2
Author: Ferry Huberts <(spam-protected)>
Date:   Tue Feb 18 11:05:14 2014 +0100

    gw: remove commands in comments concerning the policy routing script
    
    Too much duplication and maintenance
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

-----------------------------------------------------------------------

Summary of changes:
 README-Olsr-Extensions              |   11 ++--
 files/olsrd.conf.default.full       |    7 +++
 files/olsrd.conf.default.lq         |    7 +++
 files/olsrd.conf.default.lq-fisheye |    7 +++
 files/sgw_policy_routing_setup.sh   |   10 ++--
 lib/httpinfo/src/olsrd_httpinfo.c   |    2 +-
 lib/jsoninfo/src/olsrd_jsoninfo.c   |    1 +
 lib/txtinfo/src/olsrd_txtinfo.c     |    2 +-
 src/cfgparser/cfgfile_gen.c         |   10 ++++
 src/cfgparser/olsrd_conf.c          |   31 ++++++++--
 src/cfgparser/oparse.y              |   10 ++++
 src/cfgparser/oscan.lex             |    5 ++
 src/gateway.c                       |  108 +++++++++++++----------------------
 src/gateway.h                       |    3 +-
 src/gateway_costs.c                 |    4 +-
 src/gateway_costs.h                 |    4 +-
 src/gateway_default_handler.c       |   28 ++++-----
 src/gateway_list.c                  |   16 ++----
 src/gateway_list.h                  |    4 +-
 src/olsr_cfg.h                      |    2 +
 20 files changed, 155 insertions(+), 117 deletions(-)


hooks/post-receive
-- 
OLSR.org main repository




More information about the Olsr-commit mailing list