mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-11 15:41:41 +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();
|
||||
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 "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user