{% load i18n %}

{% trans "You can edit the properties of your port here." %}

{% trans "Enable Admin State" %}
{% blocktrans trimmed %}When the admin state of the port is enabled, the networking service forward packets on the port. Otherwise, it does not forward any packets on the port.{% endblocktrans %}
{% block admin_fields %}{% endblock %}
{% trans "Binding: VNIC Type" %}
{% blocktrans trimmed %}It specifies the VNIC type bound to the networking port.{% endblocktrans %}
{% trans "Port Security" %}
{% blocktrans trimmed %} Enables anti-spoofing rules for the port if enabled. In addition, if port security is disabled, security groups on the port will be automatically cleared. When you enable port security of the port, you may want to associate some security groups on the port.{% endblocktrans %}
{% trans "Security Groups" %}
{% blocktrans trimmed %}You can add or remove security groups associated with the port in the next tab (if the port security is enabled for the port). {% endblocktrans %}