diff options
author | Shinpei Muraoka <shinpei.muraoka@gmail.com> | 2016-11-09 10:44:04 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-11-14 13:21:04 +0900 |
commit | 972c31f0e6f32ae40417a79001353328b965728f (patch) | |
tree | 38c6c39e8b0d14631b01ce5bba6f89a489bb31de /ryu/tests/unit/packet/test_bgp.py | |
parent | 264d32ea2d1aa900daa7c554505e5e71be45b0fc (diff) |
packet/bgp: Support for IP Prefix Route encoding
This patch supports on the basis of
the [draft-ietf-bess-evpn-prefix-advertisement-03]
Signed-off-by: Shinpei Muraoka <shinpei.muraoka@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'ryu/tests/unit/packet/test_bgp.py')
-rw-r--r-- | ryu/tests/unit/packet/test_bgp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ryu/tests/unit/packet/test_bgp.py b/ryu/tests/unit/packet/test_bgp.py index 28b39769..0d28e6a8 100644 --- a/ryu/tests/unit/packet/test_bgp.py +++ b/ryu/tests/unit/packet/test_bgp.py @@ -260,6 +260,7 @@ class Test_bgp(unittest.TestCase): 'evpn_nlri_mac_ip_ad', 'evpn_nlri_inc_multi_eth_tag', 'evpn_nlri_eth_seg', + 'evpn_nlri_ip_prefix', ] for f in files: |