Expand typed firewall and map API
This commit is contained in:
@@ -19,4 +19,14 @@ public sealed class NftTable
|
||||
/// Gets the sets declared in this table.
|
||||
/// </summary>
|
||||
public IList<NftSet> Sets { get; } = new List<NftSet>();
|
||||
|
||||
/// <summary>
|
||||
/// Gets the maps declared in this table.
|
||||
/// </summary>
|
||||
public IList<NftMap> Maps { get; } = new List<NftMap>();
|
||||
|
||||
/// <summary>
|
||||
/// Gets the chains declared in this table.
|
||||
/// </summary>
|
||||
public IList<NftChain> Chains { get; } = new List<NftChain>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user