From cd17c651a60c30837b683f8ca6e07139dc57d882 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sat, 21 Feb 2009 17:47:56 +0100 Subject: Add format for BGP_AGGREGATOR attribute --- filter/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/filter.c') diff --git a/filter/filter.c b/filter/filter.c index 1bd9a09..f8ec66b 100644 --- a/filter/filter.c +++ b/filter/filter.c @@ -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); -- cgit v1.2.3