From 3ff0eed3fc3896702a9bc3bacb6cb370f9c485c3 Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Wed, 8 Feb 2012 17:30:54 -0600 Subject: [PATCH] Remove mention of --enable-brov6 in docs --- doc/scripts/builtins.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/scripts/builtins.rst b/doc/scripts/builtins.rst index ef6738a1a6..37edb79904 100644 --- a/doc/scripts/builtins.rst +++ b/doc/scripts/builtins.rst @@ -156,9 +156,7 @@ The Bro scripting language supports the following built-in types. .. bro:type:: addr - A type representing an IP address. Currently, Bro defaults to only - supporting IPv4 addresses unless configured/built with - ``--enable-brov6``, in which case, IPv6 addresses are supported. + A type representing an IP address. IPv4 address constants are written in "dotted quad" format, ``A1.A2.A3.A4``, where Ai all lie between 0 and 255.