From c059eb0f88969bac02aad13771a1bc2c82c2a803 Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Mon, 3 Aug 2015 18:33:37 +0900 Subject: test: add scenario test for evpn Signed-off-by: ISHIDA Wataru --- test/scenario_test/lib/base.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/scenario_test/lib/base.py') diff --git a/test/scenario_test/lib/base.py b/test/scenario_test/lib/base.py index 6fc40e36..274a68cf 100644 --- a/test/scenario_test/lib/base.py +++ b/test/scenario_test/lib/base.py @@ -36,6 +36,7 @@ BGP_ATTR_TYPE_AS_PATH = 2 BGP_ATTR_TYPE_NEXT_HOP = 3 BGP_ATTR_TYPE_MULTI_EXIT_DISC = 4 BGP_ATTR_TYPE_LOCAL_PREF = 5 +BGP_ATTR_TYPE_EXTENDED_COMMUNITIES = 16 def get_bridges(): -- cgit v1.2.3