- 16 Jul, 2015 7 commits
-
-
These are timing sensitive and fail randomly all the time. Change-Id: Ie22fa93468ee7a7642a0236275c5d6838e3cc363
Jonathan Hart authored
-
- 15 Jul, 2015 1 commit
- 14 Jul, 2015 9 commits
-
-
stop fwd from handling mcast packets. FWD & ProxyArp checks the IPv4 mac address to determine if the packet is multicast. Change-Id: Ibf1c207635badea2f3d2a824e8574f352bfbab16
Rusty Eddy authored -
It seems to me that the if-block between line 73 to 80 is ineffective in current implementation Change-Id: Ia28fc9c7c4aace7c60f67a7926ba451e2236c4c8
Charles M.C. Chan authored
- 13 Jul, 2015 3 commits
-
-
…een devices (1 - 4). 5 or more is a thick line. Change-Id: Ie096086454fd8d1d5d40f09396681f9cba8597a1
Bri Prebilic Cole authored
- 11 Jul, 2015 1 commit
- 10 Jul, 2015 2 commits
- 09 Jul, 2015 10 commits
-
-
…pology view. Device links are now grouped based on what device they are between. Also minor bug fixes and investigations into other bugs. WIP. Change-Id: I444f016268efc5c489ba6ad0282d0f7827fff462
Bri Prebilic Cole authored -
It works by checking if your branchs' gerrit change id is present in master if yes it adds the branch to the list of branches to clean. You must run it with --confirm to delete otherwise only a dry-run will be done You can also run it with --one-by-one where it will ask you to confirm each branch deletion Change-Id: Iaabe1a6db72242fd31b14302fb3109e8545a0ad8
alshabib authored -
Added a few basic configs for device, host and links. Added initial REST API. Added CLI. Tests remain to be added. Change-Id: Ic7bba4b5ad7d553c51d69f6459b3bff146970323
Thomas Vachuska authored -
- Fixed logic in determining random peer to do AE - Fixed for logic for when to do active sync if lightWeightAE is disabled - Fixed tracking of ECMap activity Change-Id: I35da91d6ef684e16630be7bd5e518c8400debe14
Madan Jampani authored -
This reverts commit 5f8f8f0c. Change-Id: I13207976c26fc210994c90e213349790a4227440
Marc De Leenheer authored
-
- 08 Jul, 2015 6 commits
-
-
- change both of the constructors in AclRule.class to be private - change AclRule.class to be final - remove useless reference |URL|Notes| |-|-| |GET onos/v1/acl | Lists all existing ACL rules.| |GET onos/v1/acl/remove/{id} | Removes an existing ACL rule by id| |GET onos/v1/acl/clear | Clears ACL and reset all| |POST onos/v1/acl/add | Adds a new ACL rule| |Key|Value|Notes| |-|-|-| |ipProto | string | "TCP" or "UDP" or "ICMP" (ignoring case)| |srcIp | IPv4 address[/mask] | Either src-ip or dst-ip must be specified.| |dstIp | IPv4 address[/mask] | Either src-ip or dst-ip must be specified.| |dstTpPort | number | Valid when nw-proto == "TCP" or "UDP".| |action | string | "DENY" or "ALLOW" (ignoring case), set to "DENY" if not specified.| Change-Id: I55170d5f50814eabef43b1bf2ee33af41b5987e4
Pengfei Lu authored
- 07 Jul, 2015 1 commit