diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-08-05 17:16:31 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-08-08 20:56:46 +0900 |
commit | a01b549fffd428f075b8732fde244c47baf28ecd (patch) | |
tree | 9f4d6a8c56d9ab068fd1bb5b85ca9fa59e0ba1e2 /test/scenario_test/constant.py | |
parent | bd912231e5509829bdb6b892344d4b14ca0b3b29 (diff) |
*: kill protobuf path structure
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
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 |