Examples of IptablesFilterPolicy


Examples of org.platformlayer.ops.firewall.scripts.IptablesFilterPolicy

      // AllowProtocol allowAh = addChild(AllowProtocol.class);
      // allowAh.protocol = Protocol.Ah;
      // allowAh.uuid = "ah-" + uuid;

      {
        IptablesFilterPolicy allowPolicy = addChild(IptablesFilterPolicy.class);
        allowPolicy.direction = Direction.In;
        allowPolicy.policy = "ipsec";
        allowPolicy.ruleKey = transport.getKey() + "-ipsec-" + uuid;
        allowPolicy.transport = transport;
      }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.