1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Renamed EAF_INLINE to EAF_TEMP to make the name reflect the real meaning.

This commit is contained in:
Martin Mares
2000-03-04 22:30:44 +00:00
parent b9626ec6ea
commit 9f4929e749
6 changed files with 9 additions and 9 deletions

View File

@@ -253,8 +253,8 @@ ea_dump(ea_list *e)
{
eattr *a = &e->attrs[i];
debug(" %02x:%02x.%02x", EA_PROTO(a->id), EA_ID(a->id), a->flags);
if (a->type & EAF_INLINE)
debug("*");
if (a->type & EAF_TEMP)
debug("T");
debug("=%c", "?iO?I?P???S?????" [a->type & EAF_TYPE_MASK]);
if (a->type & EAF_EMBEDDED)
debug(":%08x", a->u.data);