diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-02-21 17:47:56 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-02-21 17:47:56 +0100 |
commit | cd17c651a60c30837b683f8ca6e07139dc57d882 (patch) | |
tree | 4b720d0a7454a777ef9cbe06aa2732ad2b0678b3 /filter | |
parent | 25cb9f1d0165df5e86956021cc3e6ee87730ef3b (diff) | |
download | bird-cd17c651a60c30837b683f8ca6e07139dc57d882.tar bird-cd17c651a60c30837b683f8ca6e07139dc57d882.zip |
Add format for BGP_AGGREGATOR attribute
Diffstat (limited to 'filter')
-rw-r--r-- | filter/filter.c | 2 |
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); |