diff options
author | Pavel Tvrdík <pawel.tvrdik@gmail.com> | 2016-03-15 10:29:32 +0100 |
---|---|---|
committer | Pavel Tvrdík <pawel.tvrdik@gmail.com> | 2016-03-17 18:40:54 +0100 |
commit | 79a4f74a65941603cc42680d2e61b00ec88abe97 (patch) | |
tree | c058f55293664cc50081a71708ed764b1c448976 /nest/config.Y | |
parent | ce95af7a5f5159033e569a7ccedce0e20bb5d913 (diff) |
BGP: Add documentaion for extended messages
Diffstat (limited to 'nest/config.Y')
-rw-r--r-- | nest/config.Y | 2 |
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"); } ; |