mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-11-04 00:02:05 +01:00 
			
		
		
		
	Commit c46473a ("docs: add ..cmdinclude:: directive") added support for including
common text but only replacing individual labels so there can be source of truth
also for the documentation.
		
	
			
		
			
				
	
	
		
			9 lines
		
	
	
		
			331 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			331 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
.. cfgcmd:: set interfaces {{ var0 }} <interface> ipv6 address eui64 <prefix>
 | 
						|
 | 
						|
   :abbr:`EUI-64 (64-Bit Extended Unique Identifier)` as specified in
 | 
						|
   :rfc:`4291` allows a host to assign iteslf a unique 64-Bit IPv6 address.
 | 
						|
 | 
						|
   .. code-block:: none
 | 
						|
 | 
						|
     set interfaces {{ var0 }} {{ var1 }} ipv6 address eui64 2001:db8:beef::/64
 |