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

Add format for BGP_AGGREGATOR attribute

This commit is contained in:
Ondrej Zajicek
2009-02-21 17:47:56 +01:00
parent 25cb9f1d01
commit cd17c651a6
2 changed files with 23 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ pm_format(struct f_path_mask *p, byte *buf, unsigned int size)
}
if (p->any)
buf += bsprintf(buf, "? ");
buf += bsprintf(buf, "* ");
else
buf += bsprintf(buf, "%u ", p->val);