mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-11 07:31:25 +02:00
id, name and comment are member vars in FWObject
This commit is contained in:
@@ -309,7 +309,7 @@ string RoutingCompiler_ipt::PrintRule::_printRItf(RoutingRule *rule)
|
|||||||
ref=itfrel->front();
|
ref=itfrel->front();
|
||||||
Interface *itf=Interface::cast(FWReference::cast(ref)->getPointer());
|
Interface *itf=Interface::cast(FWReference::cast(ref)->getPointer());
|
||||||
|
|
||||||
if(itf != NULL) return "dev " + itf->getStr("name") + " ";
|
if(itf != NULL) return "dev " + itf->getName() + " ";
|
||||||
else return "";
|
else return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user