[Xorp-cvs] XORP cvs commit: xorp/tests/bgp

Atanu Ghosh atanu@icir.org
Thu, 13 Apr 2006 00:00:21 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-04-13 00:00:21 UTC

XORP CVS repository


Modified files:
	tests/bgp     test_bgp_config.py test_unh1.py 

Log message:
	A test (test_export_med1) that shows that med values to peers can be
	set.
	
	    protocols {
	        bgp {
	            export: "preference"
	        }
	    }
	    policy {
	        policy-statement preference {
	            term 1 {
	                then {
	                    med: 42
	                }
	            }
	        }
	    }

Revision  Changes                               Path
1.5       +30 -1;  commitid: 7a80443d94947ea6;  xorp/tests/bgp/test_bgp_config.py
1.5       +6 -1;  commitid: 7a80443d94947ea6;   xorp/tests/bgp/test_unh1.py