Loading snmp_ee_vnf/cloud_init/vyos-userdata +2 −2 Original line number Diff line number Diff line #!/bin/vbash source /opt/vyatta/etc/functions/script-template # Interface Config eth0 set interfaces ethernet eth0 address {{ MGMT_IP_PREFIX }} set interfaces ethernet eth0 address dhcp set interfaces ethernet eth0 description VyOS-eth0 # Interface Config eth1 set interfaces ethernet eth1 address 10.0.0.1/24 Loading Loading
snmp_ee_vnf/cloud_init/vyos-userdata +2 −2 Original line number Diff line number Diff line #!/bin/vbash source /opt/vyatta/etc/functions/script-template # Interface Config eth0 set interfaces ethernet eth0 address {{ MGMT_IP_PREFIX }} set interfaces ethernet eth0 address dhcp set interfaces ethernet eth0 description VyOS-eth0 # Interface Config eth1 set interfaces ethernet eth1 address 10.0.0.1/24 Loading