Comment 20 for bug 1573255

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/20553
Committed: http://github.org/Juniper/contrail-provisioning/commit/9d08ef1adfadff79e12502fda41f47a789d10f11
Submitter: Zuul
Branch: R3.0

commit 9d08ef1adfadff79e12502fda41f47a789d10f11
Author: Raja Sivaramakrishnan <email address hidden>
Date: Mon May 23 18:21:44 2016 -0700

vlan interface creation fails if the pre-up does "ifconfig up" of the vlan
interface that is being brought up. This is not an issue for physical interfaces,
but fails if the VLAN is created on top of SR-IOV VFs. post-up should be
used instead of pre-up as the interface would have been created by then.

Change-Id: If7988947cf758776e36cbe5df87e9f55e40c44bb
Closes-bug: 1573255