Back on list
So it is a bit late so I am going to crash after this. It looks like there
is a vif that has an empty mac on your router:
String lmac = vif.getMAC(conn);
if (lmac.trim().equals(mac)) {
this is from the last version before the 25th of august. The second line is
Ok, maybe you have the code base that you are running? please look at that
line and post it back
Op vr 8 mei 2015 om 00:20 schreef Francois Gaudreault <
fgaudrea...@cloudops.com>:
> I can try to get this from jenkins, but Ill most likely won't find it.
>
> FG
> On May 7, 2015 6:14 PM, "Daan Hoogl
I can try to get this from jenkins, but Ill most likely won't find it.
FG
On May 7, 2015 6:14 PM, "Daan Hoogland" wrote:
> Do you have an commit ID?
>
> Op do 7 mei 2015 om 23:58 schreef Francois Gaudreault <
> fgaudrea...@cloudops.com>:
>
>> Right, sorry for the confusion,it's a custom 4.4.1 (n
Do you have an commit ID?
Op do 7 mei 2015 om 23:58 schreef Francois Gaudreault <
fgaudrea...@cloudops.com>:
> Right, sorry for the confusion,it's a custom 4.4.1 (non GA). Might want to
> look in the 4.4.0 code.
>
> Also this looks like it happened when I deleted a private gateway when the
> VR w
Right, sorry for the confusion,it's a custom 4.4.1 (non GA). Might want to
look in the 4.4.0 code.
Also this looks like it happened when I deleted a private gateway when the
VR was stopped.
FG
On May 7, 2015 5:46 PM, "Daan Hoogland" wrote:
> I am a bit confused Francois,
>
> I checked out GA-4.
I am a bit confused Francois,
I checked out GA-4.4.1
The line
com.cloud.hypervisor.xen.resource.CitrixResourceBase.getVifByMac(CitrixResourceBase.java:3887)
contains
protected VIF getVifByMac(Connection conn, VM router, String mac)
throws XmlRpcException, XenAPIException {
which means it is no