Commit 8246eded authored by urbant's avatar urbant
Browse files

protocol enumeration added

parent 92c42824
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -162,11 +162,14 @@ module LibIot_TypesAndValues {
    //type record (2..infinity) of InterfaceInfo InterfaceInfoList;
    type record of InterfaceInfo InterfaceInfoList;
    
    type record of charstring ProtoList;
    type enumerated ProtocolFilter {
    	e_sip,
    	e_dns
    }
    
    type record SetFilterReq {
      ProtoList         protocols,
      InterfaceInfoList InterfaceInfos
      ProtocolFilter    protocol,
      InterfaceInfoList interfaceInfos
    }