[Olsr-commit] OLSR.org main repository branch, master, updated. v0.6.6.2-208-g58e5038

(spam-protected) (spam-protected)
Wed Jun 11 22:57:14 CEST 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.2-208-g58e5038
        for a web version of the last commit.

The branch, master has been updated
       via  58e503871c4c1b31ccc321edd1cc4b58923db00d (commit)
      from  c10af495a315b93fb74b7b5a0daf5202cca3028e (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 58e503871c4c1b31ccc321edd1cc4b58923db00d
Author: Teco Boot <(spam-protected)>
Date:   Wed Jun 11 22:57:05 2014 +0200

    Support for FIB metric configuration, other than 2
    
    With multiple gateways, the default gateway routes need uniqueness.
    Having a unique metric is a natural way to configure.
    Metrics on exit link interface can be set with for example pppd configuration
    or ifmetric tool.
    With more than two exit link interfaces or default route next_hops, olsrd
    would need a higher metric than current hard-coded value: 2.
    
    New parameter: FIBMetricDefault
    Defaults to existing behavior: 2
    
    Metric range is unsigned 32-bit.

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

Summary of changes:
 files/olsrd.conf.default.full |    6 ++++--
 lib/dyn_gw/src/olsrd_dyn_gw.c |    3 ++-
 src/cfgparser/cfgfile_gen.c   |   15 +++++++++++++--
 src/cfgparser/olsrd_conf.c    |    1 +
 src/cfgparser/oparse.y        |   10 ++++++++++
 src/cfgparser/oscan.lex       |    5 +++++
 src/linux/kernel_routes_nl.c  |    8 ++++----
 src/olsr_cfg.h                |    2 ++
 src/routing_table.c           |    4 ++--
 src/routing_table.h           |    6 ------
 10 files changed, 43 insertions(+), 17 deletions(-)


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




More information about the Olsr-commit mailing list