[Olsr-dev] [PATCH RFC v1 0/4] Smart Gateway dynamic bandwidth
Ferry Huberts
(spam-protected)
Thu May 10 19:17:57 CEST 2012
Thinking about this...
I added this to the core, but what do you guys think of making this a
plugin? I think that should be possible, right Henning?
However, I'm _not_ saying I want to make it a plugin because I think
this should be part of the core, but a plugin might mitigate some of the
objections.
what do you think?
On 10-05-12 17:56, Ferry Huberts wrote:
> From: Ferry Huberts<(spam-protected)>
>
> I'm seeking comments on this patch series.
>
> The series adds a mechanism/file to dynamically change the
> smart gateway advertised bandwidth.
>
> I can compile it on Linux, and can cross compile it for win32
> by using mingw32 on my Fedora 16 x86_64 system.
>
> As I have no other systems, I strongly request reviewers to
> take a good look and/or compile it on their (other) systems.
>
>
> Ferry Huberts (4):
> smart gateway: add SmartGatewaySpeedFile{,Period} parameters
> smart gateway: hook up SmartGatewaySpeedFile{,Period} parameters
> smart gateway: install default speed configuration file
> PUD: add SmartGatewaySpeedFile{,Period} to config
>
> Makefile | 3 +-
> README-Olsr-Extensions | 7 ++
> files/olsrd.conf.default.full | 14 +++
> files/olsrd.conf.default.lq | 14 +++
> files/olsrd.conf.default.lq-fisheye | 14 +++
> files/olsrd.sgw.speed.conf | 14 +++
> lib/pud/doc/olsrd.conf.default.pud | 14 +++
> make/Makefile.win32 | 2 +-
> src/cfgparser/cfgfile_gen.c | 20 ++++
> src/cfgparser/olsrd_conf.c | 15 +++
> src/cfgparser/oparse.y | 20 ++++
> src/cfgparser/oscan.lex | 10 ++
> src/gateway.c | 52 +++++++++-
> src/gatewaySpeedFile.c | 201 +++++++++++++++++++++++++++++++++++
> src/gatewaySpeedFile.h | 13 +++
> src/olsr_cfg.h | 6 +
> 16 files changed, 416 insertions(+), 3 deletions(-)
> create mode 100644 files/olsrd.sgw.speed.conf
> create mode 100644 src/gatewaySpeedFile.c
> create mode 100644 src/gatewaySpeedFile.h
>
--
Ferry Huberts
More information about the Olsr-dev
mailing list