Signed-off-by: Isaku Yamahata <[email protected]> --- ryu/ofproto/inet.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/ryu/ofproto/inet.py b/ryu/ofproto/inet.py index d3da819..d0ce694 100644 --- a/ryu/ofproto/inet.py +++ b/ryu/ofproto/inet.py @@ -25,4 +25,5 @@ IPPROTO_AH = 51 IPPROTO_ICMPV6 = 58 IPPROTO_NONE = 59 IPPROTO_DSTOPTS = 60 +IPPROTO_VRRP = 112 IPPROTO_SCTP = 132 -- 1.7.10.4 ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
