public void AddRule(INetfilterAdapterClient client) { if (Chain == null) { throw new IpTablesNetException("Unknown Chain"); } client.AddRule(this); Chain.AddRule(this); }