summaryrefslogtreecommitdiffstats
path: root/filter/filter.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-02-21 17:47:56 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2009-02-21 17:47:56 +0100
commitcd17c651a60c30837b683f8ca6e07139dc57d882 (patch)
tree4b720d0a7454a777ef9cbe06aa2732ad2b0678b3 /filter/filter.c
parent25cb9f1d0165df5e86956021cc3e6ee87730ef3b (diff)
downloadbird-cd17c651a60c30837b683f8ca6e07139dc57d882.tar
bird-cd17c651a60c30837b683f8ca6e07139dc57d882.zip
Add format for BGP_AGGREGATOR attribute
Diffstat (limited to 'filter/filter.c')
-rw-r--r--filter/filter.c2
1 files changed, 1 insertions, 1 deletions
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);