|  | @@ -79,9 +79,6 @@ struct interface null_intf = INTF_INIT ( null_intf_desc );
 | 
		
	
		
			
			| 79 | 79 |   * The reference to the existing destination interface is dropped, a
 | 
		
	
		
			
			| 80 | 80 |   * reference to the new destination interface is obtained, and the
 | 
		
	
		
			
			| 81 | 81 |   * interface is updated to point to the new destination interface.
 | 
		
	
		
			
			| 82 |  | - *
 | 
		
	
		
			
			| 83 |  | - * Note that there is no "unplug" call; instead you must plug the
 | 
		
	
		
			
			| 84 |  | - * interface into a null interface.
 | 
		
	
		
			
			| 85 | 82 |   */
 | 
		
	
		
			
			| 86 | 83 |  void intf_plug ( struct interface *intf, struct interface *dest ) {
 | 
		
	
		
			
			| 87 | 84 |  	DBGC ( INTF_COL ( intf ),
 |