Merge "NSX-V| add firewall rules to dhcp edge"

This commit is contained in:
Jenkins 2017-01-25 01:01:31 +00:00 committed by Gerrit Code Review
commit 34e165181a
1 changed files with 2 additions and 0 deletions

View File

@ -490,6 +490,8 @@ class RouterDistributedDriver(router_driver.RouterBaseDriver):
if md_proxy_handler:
md_proxy_handler.configure_router_edge(
context, dhcp_id)
self.setup_dhcp_edge_fw_rules(context, self.plugin,
dhcp_id)
def _update_edge_router(self, context, router_id):
router = self.plugin._get_router(context.elevated(), router_id)