Table entries
{% if errors %}
{% endif %}
{% for error in errors %}
{{ error }}
{% endfor %}{% endif %}
{% for table in tables %}
{{ table.name | safe }}
{% endfor %}
Match | {% if table.type == 'lpm' %}Prefix | {% endif %}Action | Params | |
---|---|---|---|---|
{{ entry.match | safe }} | {% if table.type == 'lpm' %}{{ entry.mask | safe }} | {% endif %}{{ entry.action | safe }} | {{ entry.params | safe }} | {% if table.editable %} {% endif %} |