Signed-off-by: YAMAMOTO Takashi <[email protected]> --- ryu/lib/packet/safi.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/ryu/lib/packet/safi.py b/ryu/lib/packet/safi.py index 443e74b..9ac2bcb 100644 --- a/ryu/lib/packet/safi.py +++ b/ryu/lib/packet/safi.py @@ -1,5 +1,5 @@ -# Copyright (C) 2013 Nippon Telegraph and Telephone Corporation. -# Copyright (C) 2013 YAMAMOTO Takashi <yamamoto at valinux co jp> +# Copyright (C) 2013,2014 Nippon Telegraph and Telephone Corporation. +# Copyright (C) 2013,2014 YAMAMOTO Takashi <yamamoto at valinux co jp> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,3 +22,4 @@ http://www.iana.org/assignments/safi-namespace/safi-namespace.xhtml UNICAST = 1 MULTICAST = 2 MPLS_VPN = 128 # RFC 4364 +ROUTE_TARGET_CONSTRTAINS = 132 # RFC 4684 -- 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
