Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <policy name="Cur_policy" version="3.2.1">
    ...
        </Rule>
      </policyrules>
    </policy>
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <policy name="Cur_policy" version="3.2.1">
    ...
        <dest addr="any" destport="80"/>
      </Rule>
    </policy>
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    
       $elt->set_att( 'new_attr' => 'dummyValue' );
    }