commit | d37c9cadabcb07da75fad369b28982d6ec39e4df | [log] [tgz] |
---|---|---|
author | Kunihiro Ishiguro <kunihiroishiguro@gmail.com> | Wed Dec 31 16:05:40 2014 +0900 |
committer | Kunihiro Ishiguro <kunihiroishiguro@gmail.com> | Thu Jan 01 03:13:47 2015 +0900 |
tree | 407007bd5b9226c55057f79e07fa9f22bcb6f939 | |
parent | 923d9d81042aa6b272f3cd5cdbbd669da79c0d6b [diff] |
ONOS-506: IPv6 forwarding option for ReactiveForwarder. org.onosproject.fwd.ReactiveForwarding.cfg ------------------------------------------ ipv6Forwarding = true will enable IPv6 forwarding in ReactiveForwarder. ONOS-506: Updates for the comment. * ReactiveForwarding.java Line 133: Make the comment to concrete Javadoc. Line 134: Method is changed to static. Line 141: Catch ClassCastException instead of generic Exception. * org.onosproject.fwd.ReactiveForwarding.cfg Line 3: Fix typo ;-). Line 7: Add comment: the option affects both IPv4 and IPv6. Change-Id: Ie7fdc7fc26c7d36b9633bfc828dffe27015214f7
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.