Page Menu
Home
VyOS Platform
Search
Configure Global Search
Log In
Files
F38742587
chap-secrets.ipoe.tmpl
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
670 B
Referenced Files
None
Subscribers
None
chap-secrets.ipoe.tmpl
View Options
# username server password acceptable local IP addresses shaper
{% for interface in auth_interfaces -%}
{% for mac in interface.mac -%}
{% if mac.rate_upload and mac.rate_download -%}
{% if mac.vlan_id -%}
{{ interface.name }}.{{ mac.vlan_id }} * {{ mac.address | lower }} * {{ mac.rate_download }}/{{ mac.rate_upload }}
{% else -%}
{{ interface.name }} * {{ mac.address | lower }} * {{ mac.rate_download }}/{{ mac.rate_upload }}
{% endif -%}
{% else -%}
{% if mac.vlan_id -%}
{{ interface.name }}.{{ mac.vlan_id }} * {{ mac.address | lower }} *
{% else -%}
{{ interface.name }} * {{ mac.address | lower }} *
{% endif -%}
{% endif -%}
{% endfor -%}
{% endfor -%}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 15, 9:10 PM (3 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3115398
Default Alt Text
chap-secrets.ipoe.tmpl (670 B)
Attached To
Mode
rVYOSONEX vyos-1x
Attached
Detach File
Event Timeline
Log In to Comment