summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2013-11-24 00:17:02 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2013-11-24 00:17:02 +0100
commit52e030e14666ff00a4bb0c700d2c027fbeb87d04 (patch)
treea286f1b4fa6869e7c5d8d2eab943f675ee514e98 /doc
parent65194bd1eb2e6af217a750fa1e02b6eea66c7130 (diff)
Converts filters to unsigned integers.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.sgml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index e208f1e2..421be713 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -925,9 +925,10 @@ incompatible with each other (that is to prevent you from shooting in the foot).
<cf/true/ and <cf/false/. Boolean is the only type you can use in
<cf/if/ statements.
- <tag/int/ This is a general integer type, you can expect it to store
- signed values from -2000000000 to +2000000000. Overflows are not
- checked. You can use <cf/0x1234/ syntax to write hexadecimal values.
+ <tag/int/ This is a general integer type. It is an unsigned 32bit type;
+ i.e., you can expect it to store values from 0 to 4294967295.
+ Overflows are not checked. You can use <cf/0x1234/ syntax to write
+ hexadecimal values.
<tag/pair/ This is a pair of two short integers. Each component can have
values from 0 to 65535. Literals of this type are written as