]> git.ipfire.org Git - thirdparty/libvirt.git/commit
fix handling of PORT_PROFILE_RESPONSE_INPROGRESS netlink message
authorGerhard Stenzel <gerhard.stenzel@de.ibm.com>
Wed, 28 Jul 2010 14:17:21 +0000 (16:17 +0200)
committerDaniel Veillard <veillard@redhat.com>
Wed, 28 Jul 2010 14:17:21 +0000 (16:17 +0200)
commite4fb6a3c7d0b21775a23edfef2c88f3a3979a1de
tree17491e28913fa19b70a614078af2841e7d61dd11
parent40a0e82c878e8c7be5563deae35535318988aba0
fix handling of PORT_PROFILE_RESPONSE_INPROGRESS netlink message

During function test of the 802.1Qbg implementation in lldpad we came
across a small problem in the handling of the netlink message
corresponding to PORT_PROFILE_RESPONSE_INPROGRESS. This should not
result in returning the default rc=1.

- src/util/macvtap.c: fix getPortProfileStatus() to return 0 in that
  case and also fix an indentation problem
src/util/macvtap.c