- 30 Apr, 2015 1 commit
- 29 Apr, 2015 10 commits
-
-
Change-Id: I8166b5cb886c16b30ad28886a000525ab2059943 Enabling Raft based device mastership store Change-Id: Ide4dc559aa241ec2f3fa587701f6f32ba6856218
Madan Jampani authored -
NOTE: During PathIntent compilation, the ethSrc and ethDst in the selector will be overridden by the MAC of the end-points. Also, an output action will be appended to the treatment. Change-Id: Ie2e621b91203a49237e7466b919abedceb3e697d
Charles M.C. Chan authored -
Make constructors of sub-types of Criterion package private for limiting instantiation only from static factory methods in Criteria Change-Id: I1fb1e9d003288a778a49e758549a92b66bf3cfdf
Sho SHIMIZU authored -
…ring key presses programmatically investigated. Change-Id: Ifff05859ebfebcee513d7fa8c42b52dc62f48f97
Bri Prebilic Cole authored
- 28 Apr, 2015 19 commits
-
-
…files without having to specify 'clean' option. Change-Id: I23b4d86fb5bdfd5e93a0d7fa8e18de8ecdbc2bee
Thomas Vachuska authored -
- Added CORRUPT state to state machine and event type - Simplified phases using new request field - Improved null-safety by using Optionals Change-Id: I1d576b719765b5664aef73477ee04593e8acc4fd
Brian O'Connor authored -
…ns from sticking initially. Change-Id: I791a0bb3747865604f4d7edba5978a49312ebf7b
Thomas Vachuska authored -
Make constructor without resources argument deprecated Change-Id: I400cedfb2ec5f8ec3217e4729d95b075ceb0b025
Sho SHIMIZU authored -
2 spaces and 4 spaces were mixed up, then changes to 4 spaces. Change-Id: I4e41189a97604a75e783d3b948d2693c257a21f4
Sho SHIMIZU authored -
This patch fixes ONOS-1677 Change-Id: I37d8742eb1a03b56d1e47d30d9342546ab42d23b
Sho SHIMIZU authored -
…ther minor improvements. Change-Id: I8199024e884d8538cd7c7d891d4fb4c81541150d
Bri Prebilic Cole authored -
- Add more ICMP types and codes - Add completer for --icmp6Type - Add completer for --icmp6Code - Add completer for --extHdr It is a multiValued option. For example, the following command will match an IPv6 packet with both fragment and routing extension header: add-point-intent --ethType IPV6 --extHdr FRAG --extHdr ROUTING NOTE: OVS 2.3.1 does not support OFPXMC_OFB_IPV6_EXTHDR match field yet. - Change parameter of TrafficSelector.matchIPv6ExthdrFlags() from int to short since that field is 9 bits only Change-Id: I55944399f3985f2cc09330a726f21983de273341
Charles M.C. Chan authored
- 27 Apr, 2015 6 commits
-
-
…the onos-maven-plugin. Change-Id: I129d3c08c48c58b10afcb6d1c62b7ed09b23a966
Thomas Vachuska authored -
- Supports ECMPNotSupportedInTransitRouter option - Adds Leaf-Spine config file - Removes the temporary NetworkConfigHanlder class - Removes the grouphandler dependency - Removes the grouphandler app Change-Id: I8c70e81bfb4062e251b25c0fa23ef2c92419a75c
sangho authored -
- Leaders command uses candidateBoard keys when using -c (list candidates) option. - Bug fix for lock retry Change-Id: I42730a85b720fc5023b9b07bef153d975c95d4df
Ayaka Koshibe authored -
…; computes the routes changed from the link changes and populates the rules only for the routes. Change-Id: Id4dbd80da37b333f2c19bc97333472dc8031481b
sangho authored
- 26 Apr, 2015 4 commits
-
-
…OFPET_BAD_MATCH, code=OFPBMC_BAD_PREREQ) Change-Id: I4edc82cdc920b7c92048119c61b70bbce704cbf6
Charles M.C. Chan authored -
NDP packets, especially NS/NA packets, are not resolved correctly in my previous commit #3377. As a result, the IPv6 addresses of normal hosts are not recorded by HostLocationProvider. Change-Id: Id44485902d9b593c2a8aa376e405f548774203d2
Charles M.C. Chan authored -
- Refactor HostLocationProvider - Ignore multicast packets other than NDP Change-Id: I6b66becbc30a6a7e83f1da53fb46cf9c073fc86c
Charles M.C. Chan authored
-