Commit 1736566a authored by rennoch's avatar rennoch
Browse files

update of IPFilterRule_Type

parent 4c37522e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -511,11 +511,12 @@ group BasicTypesAndConstants{
    			type record IP_AddressMask{
    				integer ipno, //ipv4 or ipv6
    				UTF8String addr,
    				UTF8String mask optional
    				UTF8String mask optional,
    				UTF8String ports optional
    			}
    				
    			type record IPFilterRule_Type{
    				//TODO RFC3588   Define this type!!!
    				//RFC3588
    /*				Action actions      permit - Allow packets that match the rule.
                          	deny   - Drop packets that match the rule.
    
@@ -530,9 +531,8 @@ group BasicTypesAndConstants{
    	          	UTF8String	action_,
    	          	UTF8String	direction,
    	          	UTF8String	proto,
    	          	IP_AddressMask src,
    	          	IP_AddressMask dst,
    	          	UTF8String ports optional,
    	          	IP_AddressMask src, //including optional ports
    	          	IP_AddressMask dst, //including optional ports
    	          	UTF8String options optional	
    			}