- 08 Jul, 2015 4 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
-
- 04 Jul, 2015 1 commit
- 03 Jul, 2015 2 commits
- 02 Jul, 2015 12 commits
-
-
LinkResource was defined as an abstract class, but it doesn't define any methods. Maker interface fits this case. Note: This change may break backward compatibility for those defining a sub-class of LinkResource. Change-Id: I53cb7e8eae7057d07c63960c488979a99cd54d52
Sho SHIMIZU authored -
…command. Added MPLS intent support for vlan operations Change-Id: Ia70f13209adecaebde93a6fe7bd07b8e5a21074d
Dusan Pajin authored