Commit d3bff363 authored by nanahira's avatar nanahira

fix

parent 152164d8
#!/bin/bash #!/bin/bash
ip link add link {{ppp.link}} dev pppm{{ppp.id}} type macvlan ip link add link {{ppp.link}} dev pppm{{ppp.id}} type macvlan
ip link set pppm{{ppp.id}} up ip link set pppm{{ppp.id}} up
{% if ppp.mac %}} {% if ppp.mac %}
ip link set pppm{{ppp.id}} address {{ppp.mac}} ip link set pppm{{ppp.id}} address {{ppp.mac}}
{% endif %} {% endif %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment