~bbaqar/charms/trusty/plumgrid-gateway/ext-interface-static

« back to all changes in this revision

Viewing changes to templates/kilo/ifcs.conf

  • Committer: Bilal Ahmad
  • Date: 2015-09-10 10:41:10 UTC
  • Revision ID: bilal@plumgrid.com-20150910104110-33gs3xdqrqdfs5pa
Added code for configurable multiple gateway interfaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{{ interface }} = fabric_core host
2
 
{% if ext_interface -%}
3
 
{{ ext_interface }} = access_phys
4
 
 
 
2
{% if ext_interfaces -%}
 
3
{% for ip in ext_interfaces -%}
 
4
{{ ip }} = access_phys
 
5
{% endfor -%}
5
6
{% endif -%}
6
7