[tipc-discussion] [PATCH net-next v1 2/2] tipc: fix link priority propagation

2016-01-31 Thread Richard Alpe
Currently link priority changes isn't handled for active links. In this patch we resolve this by changing our priority if the peer passes a valid priority in a state message. Reviewed-by: Jon Maloy Signed-off-by: Richard Alpe --- net/tipc/link.c | 6 ++ 1 file changed, 6 insertions(+) diff

[tipc-discussion] [PATCH net-next v1 1/2] tipc: fix link attribute propagation bug

2016-01-31 Thread Richard Alpe
Changing certain link attributes (link tolerance and link priority) from the TIPC management tool is supposed to automatically take effect at both endpoints of the affected link. Currently the media address is not instantiated for the link and is used uninstantiated when crafting protocol messages

[tipc-discussion] [PATCH net 1/1] tipc: fix premature addition to node lookup table

2016-01-31 Thread Jon Maloy
In commit 5266698661401a ("tipc: let broadcast packet reception use new link receive function") we introduced a new per-node broadcast reception link instance. This link is created at the moment the node itself is created. Unfortunately, the allocation is done after the node instance has already be