- 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 8 commits
- 06 Jul, 2015 13 commits
-
-
…te scope. Icon directive moved to icon.js. Deleted unneeded TableService. Change-Id: I53970176b9ca021d1aa7d844ccd961cbf6ac6b51
Bri Prebilic Cole authored -
Note: This change may break backward compatibility for those defining a sub-class of ResourceAllocation Change-Id: I01807b4ebb0f9af8fa822828953965b5119975d7
Sho SHIMIZU authored -
- codec for constraint decode - codec for intent decode - POST method for intents - unit tests for codecs and POST method Change-Id: Ibc0ef8f99a0c0664710a733985424c77010c49b5
Ray Milkey authored -
Union of allocated resources and available reousrces doesn't seem to be the result as available resources Change-Id: I3c8f0b3293f81b329aa06de16635adc006730598
Sho SHIMIZU authored
-