- 11 Mar, 2015 18 commits
-
-
Prevent DistributedStatistics store from logging "rule has no output" for rules that transition to other tables. Change-Id: I85e86965f5609df608cbc19551632153960a5c5b
Jonathan Hart authored -
- Note.. Thomas to layer changes on top of this... WIP Change-Id: I6e2a624e2cfd6fc0ece761be46b71b23242dd2b2
Simon Hunt authored -
…ce' to 'resources'. Doh! Change-Id: I69b32948aa5caf12a357f877efa8dcbf87c7a9e6
Thomas Vachuska authored -
- isolated new WebSocket() call, so we can mock. Change-Id: Id1225e2c65732e750b289224e838a326c79f02a4
Simon Hunt authored
-
- 10 Mar, 2015 15 commits
-
-
Note: There was a change that adds a DROP action to a traffic treatment if there are no other actions present. To get a traffic treatment without the drop rule, use emptyTreatment() Change-Id: I1f23ed5e1fa7519eb94fcafa85facbad815d5e9c
Brian O'Connor authored -
IpAddress.isIp4() IpAddress.isIp6() IpPrefix.isIp4() IpPrefix.isIp6() Also, added the corresponding unit tests. Change-Id: I2b1f08501c94d61f75b15f2c6977c0349e313ebd
Pavlin Radoslavov authored -
* At the CLI level, the Ingress point argument should be specified before the Egress points arguments. This follows the natural Ingress/Egress argument ordering for other intents. * Added missing optional CLI complementer to shell-config.xml Change-Id: I49f1ec9706a2f47bbb513d388a26fa5d40cba1bd NOTE: Those changes are carried from Gerrit 1586.
Pavlin Radoslavov authored -
Added initial cut of implementation. Finished implementation; ready for merge. Change-Id: I385181c0591604a5c44986b97fb881eba7e0528e
Thomas Vachuska authored -
…ler registration. Failover still to be done and same for the async hooks. Change-Id: I6029c91eb1a04e01401e495b9673ddaea728e215
Thomas Vachuska authored -
- Also, fixed color of drop shadow on .dark navigation pane. Change-Id: I43fa58923158ad3f637e9f8c3dbd50043e89176e
Simon Hunt authored
-
- 09 Mar, 2015 7 commits
-
-
Deleting routes now works. Change-Id: I7ed682474e571aa2f402a1762a2037190c2d9284
Jonathan Hart authored -
By default, treatments are all immediate. Treatments will be deferred if the builder predicated by deferred(). Subsequent treatments will be deferred until immediate is called on the builder again. Multiple calls to deferred and immediate are permitted. Change-Id: I76b3a44f2219fc1e72a7fb41b72d7bd602be85b7
alshabib authored