[Olsr-commit] OLSR.org main repository branch, msgw, created. v0.6.7.1-46-g1a55694
(spam-protected)
(spam-protected)
Fri Nov 7 15:16:02 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 has been created
at 1a5569413b584173794f10e208f4d1997e64517b (commit)
- 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)>
-----------------------------------------------------------------------
hooks/post-receive
--
OLSR.org main repository
More information about the Olsr-commit
mailing list