aboutsummaryrefslogtreecommitdiffstats
path: root/nest
diff options
context:
space:
mode:
authorPavel Tvrdík <pawel.tvrdik@gmail.com>2016-03-15 10:29:32 +0100
committerPavel Tvrdík <pawel.tvrdik@gmail.com>2016-03-17 18:40:54 +0100
commit79a4f74a65941603cc42680d2e61b00ec88abe97 (patch)
treec058f55293664cc50081a71708ed764b1c448976 /nest
parentce95af7a5f5159033e569a7ccedce0e20bb5d913 (diff)
downloadbird-79a4f74a65941603cc42680d2e61b00ec88abe97.tar.gz
BGP: Add documentaion for extended messages
Diffstat (limited to 'nest')
-rw-r--r--nest/config.Y2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/config.Y b/nest/config.Y
index 799a09f9..87827c10 100644
--- a/nest/config.Y
+++ b/nest/config.Y
@@ -111,7 +111,7 @@ idval:
$$ = ipa_to_u32(SYM_VAL($1).px.ip);
#endif
else
- cf_error("Number of IPv4 address constant expected");
+ cf_error("Number or IPv4 address constant expected");
}
;