diff --git a/images/pve_network_templates.tt b/images/pve_network_templates.tt index bf2ef89..9f061f6 100644 --- a/images/pve_network_templates.tt +++ b/images/pve_network_templates.tt @@ -54,3 +54,19 @@ ] [% END %] + +[% MACRO interface BLOCK %] +[% id %] [ + shape=plaintext + label=< + + + [% IF cidr %] + + [% END %] +
[% PROCESS switch_ports draw_ports=ifname %]
+ +
[% cidr %]
> + + ] +[% END %]