mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	tipc: Rename "multicast-link" to "broadcast-link"
Make a cosmetic change to the name displayed for the broadcast link, to better reflect its true nature. Since TIPC utilizes this link to distribute name table information, in addition to multicast messages sent by user applications, the prior name "multicast-link" is no longer appropriate. Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									9ccc2eb4e1
								
							
						
					
					
						commit
						3aec9cc936
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -119,7 +119,7 @@ static struct bclink *bclink = NULL; | |||
| static struct link *bcl = NULL; | ||||
| static DEFINE_SPINLOCK(bc_lock); | ||||
| 
 | ||||
| const char tipc_bclink_name[] = "multicast-link"; | ||||
| const char tipc_bclink_name[] = "broadcast-link"; | ||||
| 
 | ||||
| 
 | ||||
| static u32 buf_seqno(struct sk_buff *buf) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Allan Stephens
						Allan Stephens