Remove mention of --enable-brov6 in docs

This commit is contained in:
Daniel Thayer 2012-02-08 17:30:54 -06:00
parent d3e432e8dd
commit 3ff0eed3fc

View file

@ -156,9 +156,7 @@ The Bro scripting language supports the following built-in types.
.. bro:type:: addr .. bro:type:: addr
A type representing an IP address. Currently, Bro defaults to only A type representing an IP address.
supporting IPv4 addresses unless configured/built with
``--enable-brov6``, in which case, IPv6 addresses are supported.
IPv4 address constants are written in "dotted quad" format, IPv4 address constants are written in "dotted quad" format,
``A1.A2.A3.A4``, where Ai all lie between 0 and 255. ``A1.A2.A3.A4``, where Ai all lie between 0 and 255.