diff options
Diffstat (limited to 'test/scenario_test/constant.py')
-rw-r--r-- | test/scenario_test/constant.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/scenario_test/constant.py b/test/scenario_test/constant.py index 65908a4f..33572c8d 100644 --- a/test/scenario_test/constant.py +++ b/test/scenario_test/constant.py @@ -67,3 +67,7 @@ LOCAL_RIB = "local" GLOBAL_RIB = "global rib" NEIGHBOR = "neighbor" POLICY = "policy" + +BGP_ATTR_TYPE_AS_PATH= 2 +BGP_ATTR_TYPE_MED = 4 +BGP_ATTR_TYPE_COMMUNITIES = 8 |