Signed-off-by: YAMAMOTO Takashi <[email protected]> --- ryu/lib/packet/bgp.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/ryu/lib/packet/bgp.py b/ryu/lib/packet/bgp.py index 80217dd..c633130 100644 --- a/ryu/lib/packet/bgp.py +++ b/ryu/lib/packet/bgp.py @@ -90,6 +90,7 @@ BGP_COMMUNITY_NO_ADVERTISE = 0xffffff02 BGP_COMMUNITY_NO_EXPORT_SUBCONFED = 0xffffff03 # RFC 4360 +# The low-order octet of Type field (subtype) BGP_EXTENDED_COMMUNITY_ROUTE_TARGET = 0x02 BGP_EXTENDED_COMMUNITY_ROUTE_ORIGIN = 0x03 -- 1.8.3.1 ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
