[Xorp-cvs] XORP cvs commit: xorp/etc/templates

Pavlin Radoslavov pavlin at icir.org
Wed Sep 26 01:00:29 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-09-26 08:00:29 UTC

XORP CVS repository


Modified files:
	etc/templates interfaces.tp 

Log message:
	Added template support for VLANs.
	For now the configuration looks like the following:
	
	interfaces {
	    interface fxp0 {
	        vif vlan10 {
	            vlan {
	                vlan-id: 10
	            }
	            address 10.10.10.10 {
	                ...
	            }
	            ...
	        }
	    }
	}
	
	I.e., the "vlan {}" block inside the "vif {}" block is used to
	identify the vif as a VLAN and to apply the VLAN-specific configuration.
	
	This might change based on input from other folks.

Revision  Changes                               Path
1.32      +19 -1;  commitid: 41c646fa0fd57ea6;  xorp/etc/templates/interfaces.tp



More information about the Xorp-cvs mailing list