[R5.0-36]- route is not leaked with policy inheritance
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R3.2 |
Invalid
|
Undecided
|
Nagendra Prasath | |||
R4.1 |
Invalid
|
Undecided
|
Nagendra Prasath | |||
R5.0 |
Fix Committed
|
Critical
|
Sachin Bansal | |||
Trunk |
Fix Committed
|
Critical
|
Sachin Bansal |
Bug Description
sanity report: http://
test case:TestPolicy
when policy rule has policy in the rule then route leaking is not happening.
In current case, 3 policies were created and attached to VNs were as below:
1. Display Name
policy12
UUID
4c2235eb-
Connected networks
VN1
Rules
pass protocol icmp policy policy13 ports any <> network any ports any
pass protocol 58 policy policy13 ports any <> network any ports any
2. Display Name
policy13
UUID
686ecb48-
Connected networks
VN1
Rules
deny protocol any network VN1 ports any <> network VN3 ports any
3. Display Name
policy21
UUID
d162b3df-
Connected networks
VN2
Rules
pass protocol icmp network VN2 ports any <> network VN1 ports any
pass protocol 58 network VN2 ports any <> network VN1 ports any
with this route was not leaked, in control node below was the rt import/exports:
VN1:
import_target
target:
target:
export_target
target:
VN2:
import_target
target:
target:
export_target
target:
tags: | added: releasenote |
Offending commit is https:/ /github. com/Juniper/ contrail- controller/ commit/ 7ea9203afdc60d7 2a1aa56483e3a0f b5b8d22465
Do revert the same in the schema-transformer container and restart the same