[Olsr-commit] OLSR.org main repository branch, msgw-routes, updated. v0.6.7.1-46-g1a55694
(spam-protected)
(spam-protected)
Sun Nov 2 19:06:31 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.7.1-46-g1a55694
for a web version of the last commit.
The branch, msgw-routes has been updated
discards bd0c7a766e2188cf6750fe1e4d93f6eb37cf748e (commit)
discards 9ce85a42223202ed0222b5144e4ee8f44617046e (commit)
discards a87a547ab3e7a778db400b04984f6bf63933587c (commit)
discards fcc502f3eaab3e1acf358d2d58977518d5a6e7d7 (commit)
discards 5ee6dae1c8322dfc56da6a09c6e21bcab05e9dde (commit)
discards f560d36d79468552cbfd3e100a26f1aeb7fad83b (commit)
discards c2ab6f05f5eafad6ff793ffab501286046b59e18 (commit)
discards b47a3f70cb29795caa0c1e9c176fb4373f08e691 (commit)
discards 6e1943eb130812b6715f008459c70d968107eb57 (commit)
discards 0f83ed43db3b215a33269a9442220df2c0b31553 (commit)
discards fe40df9ffefaaabf273f12163f23abd91ed391b4 (commit)
discards 6629cfe5768a541f3f6562435600509f7e8410d5 (commit)
discards a80df4f4f435c58f1ecd460cddfe6287d0b3184c (commit)
discards 553285d7ab1ca6dbac88013f72f8aeca76367b4d (commit)
discards 4bdd68924ba4e061699f743b362007b78b6aa195 (commit)
discards a7e42f60518a6d89d2f323213ee7b3eafc401211 (commit)
discards 34ac8a02e8a8fa866f7eb2e492c4253d88b8e484 (commit)
discards a87c14791f00873b4f9df2995ed4058e51974a46 (commit)
via 1a5569413b584173794f10e208f4d1997e64517b (commit)
via 3a02314d65c4ff9923854002af95fe3e9be39308 (commit)
via 3b73f619e6e7dcc8c9a7099d4b7619af70a7ac6d (commit)
via 5691977ab5d4597191b853b0b6eda2210a6243d0 (commit)
via 0883e5fbc1340f40e35a4e4c385b3f076b12b1ca (commit)
via 53b7ca8d627e056949f20e195b9d997cd635188f (commit)
via 95ee37c6648c9a68ce5474106ab7841df7527e81 (commit)
via d325718fbceb17b9420b38a033a3cd26b27c201d (commit)
via deff30463ef4fd232c0494b986a3dedd22df2698 (commit)
via f4d9b74b1651de17f9647728d38c251758fd4f8f (commit)
via f0cb3a6219a8cd013305f28092e099e43a8ce627 (commit)
via 0c3f0a0f9d8c56e82180a91d5211b48f0c5dee98 (commit)
via ea752906c301960ec84f6463042048d4f2e9dbad (commit)
via 6de399af43895aac9f64085bc56c54904d38432c (commit)
via 963b94b70d11b6676a84d7ba988c29fbe809b4bd (commit)
via 7546816bc68ab920de14b6545844137b629ef41b (commit)
via 17e236c030c6f23a3d2aa2dd9f85af7ec513ba9a (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (bd0c7a766e2188cf6750fe1e4d93f6eb37cf748e)
\
N -- N -- N (1a5569413b584173794f10e208f4d1997e64517b)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 1a5569413b584173794f10e208f4d1997e64517b
Author: Ferry Huberts <(spam-protected)>
Date: Fri Aug 15 12:51:19 2014 +0200
sgwdynspeed: only allow the plugin in single-sgw mode
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 3a02314d65c4ff9923854002af95fe3e9be39308
Author: Ferry Huberts <(spam-protected)>
Date: Fri Oct 31 13:08:11 2014 +0100
sgw: program egress link routes
When an egress interface has a network then a network route is
programmed in the table corresponding to the egress interface.
A default route is always programmed in that same table.
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 3b73f619e6e7dcc8c9a7099d4b7619af70a7ac6d
Author: Ferry Huberts <(spam-protected)>
Date: Fri Oct 31 13:05:42 2014 +0100
sgw: program best egress link route
This is a default route in the routing table corresponding to the
best egress link. If there is no such link, then a blackhole route
is programmed to prevent accidental looping of sgw tunnel traffic.
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 5691977ab5d4597191b853b0b6eda2210a6243d0
Author: Ferry Huberts <(spam-protected)>
Date: Fri Oct 31 12:57:35 2014 +0100
sgw: program best overall link routes
These are a set of 2 /1 routes to override any default gateway
routes that are setup through other means such as a DHCP client.
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 0883e5fbc1340f40e35a4e4c385b3f076b12b1ca
Author: Ferry Huberts <(spam-protected)>
Date: Fri Oct 31 12:50:30 2014 +0100
sgw: add reportNewGateway function
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 53b7ca8d627e056949f20e195b9d997cd635188f
Author: Ferry Huberts <(spam-protected)>
Date: Fri Oct 31 12:48:50 2014 +0100
sgw: add the smart gateway status file writer
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 95ee37c6648c9a68ce5474106ab7841df7527e81
Author: Ferry Huberts <(spam-protected)>
Date: Wed Oct 29 15:40:31 2014 +0100
sgw: add SmartGatewayStatusFile setting
The status file writer will be added later on.
Signed-off-by: Ferry Huberts <(spam-protected)>
commit d325718fbceb17b9420b38a033a3cd26b27c201d
Author: Ferry Huberts <(spam-protected)>
Date: Fri Oct 31 12:45:37 2014 +0100
sgw: determine best overall link in doRoutesMultiGw
Signed-off-by: Ferry Huberts <(spam-protected)>
commit deff30463ef4fd232c0494b986a3dedd22df2698
Author: Ferry Huberts <(spam-protected)>
Date: Fri Oct 31 12:43:17 2014 +0100
sgw: determine best exit link in doRoutesMultiGw
Signed-off-by: Ferry Huberts <(spam-protected)>
commit f4d9b74b1651de17f9647728d38c251758fd4f8f
Author: Ferry Huberts <(spam-protected)>
Date: Fri Oct 31 12:33:12 2014 +0100
sgw: introduce function to process multi-sgw changes
Signed-off-by: Ferry Huberts <(spam-protected)>
commit f0cb3a6219a8cd013305f28092e099e43a8ce627
Author: Ferry Huberts <(spam-protected)>
Date: Fri Oct 31 12:29:33 2014 +0100
sgw: use the smartgw_tunnel_monitor to track up/down of egress interfaces
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 0c3f0a0f9d8c56e82180a91d5211b48f0c5dee98
Author: Ferry Huberts <(spam-protected)>
Date: Wed Oct 29 14:00:41 2014 +0100
sgw: track the up status of an egress interface
We need this later.
Signed-off-by: Ferry Huberts <(spam-protected)>
commit ea752906c301960ec84f6463042048d4f2e9dbad
Author: Ferry Huberts <(spam-protected)>
Date: Wed Oct 29 13:52:38 2014 +0100
sgw: track the interface index of an egress interface
We need this later.
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 6de399af43895aac9f64085bc56c54904d38432c
Author: Ferry Huberts <(spam-protected)>
Date: Fri Oct 31 12:26:05 2014 +0100
sgw: add egress file reader
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 963b94b70d11b6676a84d7ba988c29fbe809b4bd
Author: Ferry Huberts <(spam-protected)>
Date: Wed Oct 29 11:22:55 2014 +0100
sgw: add egress file reader settings
* SmartGatewayEgressFile: the file with egress bandwidths and network
configurations.
* SmartGatewayEgressFilePeriod: the period on which to check & process
the SmartGatewayEgressFile.
The egress file reader will be added later on.
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 7546816bc68ab920de14b6545844137b629ef41b
Author: Ferry Huberts <(spam-protected)>
Date: Fri Oct 31 12:11:49 2014 +0100
sgw: store table & rule numbers in the sgw_egress_if structure
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 17e236c030c6f23a3d2aa2dd9f85af7ec513ba9a
Author: Ferry Huberts <(spam-protected)>
Date: Tue Oct 28 14:18:47 2014 +0100
sgw: move 'struct sgw_egress_if' type into a separate include file
Some egress types will be added later on and the global types file
doesn't really need the types anyway.
Signed-off-by: Ferry Huberts <(spam-protected)>
-----------------------------------------------------------------------
Summary of changes:
.checkstyle | 7 -
.cproject | 454 ----------------------------
.gitignore | 4 +-
.project | 83 -----
.settings/language.settings.xml | 10 -
.settings/org.eclipse.cdt.codan.core.prefs | 71 -----
.settings/org.eclipse.cdt.core.prefs | 177 -----------
.settings/org.eclipse.cdt.ui.prefs | 3 -
Makefile.inc | 3 -
build | 1 -
ferry/build | 244 ---------------
ferry/jenkinsBuild | 8 -
ferry/olsrd.conf.ferry | 121 --------
ferry/runit | 120 --------
ferry/sgw_policy_routing_setup.sh | 247 ---------------
ferry/tunnels | 48 ---
jenkinsBuild | 1 -
runit | 1 -
18 files changed, 3 insertions(+), 1600 deletions(-)
delete mode 100644 .checkstyle
delete mode 100644 .cproject
delete mode 100644 .project
delete mode 100644 .settings/language.settings.xml
delete mode 100644 .settings/org.eclipse.cdt.codan.core.prefs
delete mode 100644 .settings/org.eclipse.cdt.core.prefs
delete mode 100644 .settings/org.eclipse.cdt.ui.prefs
delete mode 120000 build
delete mode 100755 ferry/build
delete mode 100755 ferry/jenkinsBuild
delete mode 100644 ferry/olsrd-sgw-egress.conf
delete mode 100644 ferry/olsrd.conf.ferry
delete mode 100755 ferry/runit
delete mode 100755 ferry/sgw_policy_routing_setup.sh
delete mode 100755 ferry/tunnels
delete mode 120000 jenkinsBuild
delete mode 120000 runit
hooks/post-receive
--
OLSR.org main repository
More information about the Olsr-commit
mailing list