Skip to content

Commit

Permalink
refs #10: Separate measurement configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jul 6, 2015
1 parent 03c10d0 commit 2678e7a
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 3 deletions.
7 changes: 7 additions & 0 deletions configs/ipsec-encryption-alb-measure.click
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FromInput() ->
LoadBalanceAdaptiveMeasure() ->
IPsecESPencap() ->
IPsecAES() ->
IPsecAuthHMACSHA1() ->
L2Forward(method echoback) ->
ToOutput();
2 changes: 1 addition & 1 deletion configs/ipsec-encryption.click
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FromInput() ->
LoadBalanceAdaptiveMeasure() ->
LoadBalancePPC() ->
IPsecESPencap() ->
IPsecAES() ->
IPsecAuthHMACSHA1() ->
Expand Down
7 changes: 7 additions & 0 deletions configs/ipv4-router-alb-measure.click
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FromInput() ->
DropBroadcasts() ->
CheckIPHeader() ->
LoadBalanceAdaptiveMeasure() ->
IPlookup() ->
DecIPTTL() ->
ToOutput();
2 changes: 1 addition & 1 deletion configs/ipv4-router.click
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FromInput() ->
DropBroadcasts() ->
CheckIPHeader() ->
LoadBalanceAdaptiveMeasure() ->
LoadBalancePPC() ->
IPlookup() ->
DecIPTTL() ->
ToOutput();
7 changes: 7 additions & 0 deletions configs/ipv6-router-alb-measure.click
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FromInput() ->
CheckIP6Header() ->
LoadBalanceAdaptiveMeasure() ->
LookupIP6Route() ->
DecIP6HLIM() ->
DropBroadcasts() ->
ToOutput();
2 changes: 1 addition & 1 deletion configs/ipv6-router.click
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FromInput() ->
CheckIP6Header() ->
LoadBalanceAdaptiveMeasure() ->
LoadBalancePPC() ->
LookupIP6Route() ->
DecIP6HLIM() ->
DropBroadcasts() ->
Expand Down

0 comments on commit 2678e7a

Please sign in to comment.