[
https://issues.apache.org/jira/browse/CLOUDSTACK-6592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13994899#comment-13994899
]
ASF subversion and git services commented on CLOUDSTACK-6592:
-------------------------------------------------------------
Commit 0adf8924e28dc9bc1af5a2e04d5146d97e60fced in cloudstack's branch
refs/heads/4.4 from [~murali.reddy]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=0adf892 ]
CLOUDSTACK-6592: OVS distributed routing: make populate flooding rules
transactional
creats a file with all openflow rules updates and using ovs-ofctl file
option updates the brige in one go
> OVS distributed routing: make populate flooding rules transactional
> -------------------------------------------------------------------
>
> Key: CLOUDSTACK-6592
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6592
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: 4.4.0
> Reporter: Murali Reddy
> Assignee: Murali Reddy
> Fix For: 4.4.0
>
>
> Currently when a tunnel port or vif is created/destroyed, L2 flooding table
> is updated with new set of flooding rules which reflect the current set of
> VIF's and tunnel ports that needed to be in the broadcast domain of tier. But
> way its done is sequential with ovs-ofctl getting executed with each update.
> This bug is to club all the flow rule updates in to a single file and use
> file option of ovs-ofctl to update the bridge.
--
This message was sent by Atlassian JIRA
(v6.2#6252)