Searched hist:"1110 b8d33a54d1b91131e2a70ef0c3c26425b800" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/tipc/ |
H A D | name_distr.c | diff 1110b8d33a54d1b91131e2a70ef0c3c26425b800 Tue Apr 17 16:57:52 CDT 2012 Allan Stephens <allan.stephens@windriver.com> tipc: Update node-scope publications when network address is assigned
Ensures that node-scope name publications that exist prior to the configuration of a node's network address are properly re-initialized with that address when it is assigned. TIPC's node-scope publications are now tracked using a publications list like the lists used for cluster-scope and zone-scope publications so they can be easily updated when required.
The inclusion of node scope name publications in a conventional publication list means that they must now also be withdrawn, just like cluster and zone scope publications are currently withdrawn. So some conditional tests on scope ==/!= TIPC_NODE_SCOPE are inserted/removed accordingly.
Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
|
H A D | name_table.c | diff 1110b8d33a54d1b91131e2a70ef0c3c26425b800 Tue Apr 17 16:57:52 CDT 2012 Allan Stephens <allan.stephens@windriver.com> tipc: Update node-scope publications when network address is assigned
Ensures that node-scope name publications that exist prior to the configuration of a node's network address are properly re-initialized with that address when it is assigned. TIPC's node-scope publications are now tracked using a publications list like the lists used for cluster-scope and zone-scope publications so they can be easily updated when required.
The inclusion of node scope name publications in a conventional publication list means that they must now also be withdrawn, just like cluster and zone scope publications are currently withdrawn. So some conditional tests on scope ==/!= TIPC_NODE_SCOPE are inserted/removed accordingly.
Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
|