Skip to content

Commit

Permalink
[acltb] Apply BGP ACL forward rules in acltb_test_rules_part_1.json
Browse files Browse the repository at this point in the history
After applying acltb_test_rules_part_1.json BGP sessions may go down
before we apply acltb_test_rules_part_2.json (which had BGP ACL forward
rules); This results in BGP flap during ptf test run;
It is safer to apply BGP ACL forward rules first to avoid BGP flapping.

Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
  • Loading branch information
Stepan Blyschak committed Mar 25, 2019
1 parent a8e3b9a commit 11ac034
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions ansible/roles/test/tasks/acl/acltb_test_rules_part_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,36 @@
"source-ip-address": "10.0.0.2/32"
}
}
},
"15": {
"actions": {
"config": {
"forwarding-action": "ACCEPT"
}
},
"config": {
"sequence-id": 27
},
"transport": {
"config": {
"source-port": "179"
}
}
},
"16": {
"actions": {
"config": {
"forwarding-action": "ACCEPT"
}
},
"config": {
"sequence-id": 28
},
"transport": {
"config": {
"destination-port": "179"
}
}
}
}
}
Expand Down

0 comments on commit 11ac034

Please sign in to comment.