--- rlm_expr.5-orig 2004-11-20 10:43:32.410586984 -0500 +++ rlm_expr.5 2004-11-20 10:44:33.723266040 -0500 @@ -12,17 +12,12 @@ different bytes. To see these attributes split into pieces, you can have an entry in the 'users' file like: -.DS +.nf DEFAULT -.br Vendor-Interface = `%{expr: %{NAS-Port} / (256 * 256)}`, -.br Vendor-Card = `%{expr: (%{NAS-Port} / 256) %% 256}`, -.br Vendor-Port = `%{expr: %{NAS-Port} %% 256}` -.br - -.DE +.fi where the attributes Vendor-Interface, Vendor-Card, and Vendor-Port are attributes created by either you or a vendor-supplied dictionary. @@ -64,29 +59,21 @@ example. .PP All of the calculations are performed as unsigned 32-bit integers. -.DE .SH CONFIGURATION -.DS +.nf modules { ... -.br expr { -.br } -.br ... -.br } -.br ... -.br instantiate { ... -.br expr ... -.br } +.fi .SH SECTIONS .BR instantiate .PP