7475767778798081828384
@Override protected byte[] getContentsBytes() throws OpsException { Command command = buildIptablesAddCommand(); ScriptBuilder sb = new ScriptBuilder(); sb.addMetadata("key", ruleKey); sb.add(command); return sb.getBytes(); }