build
bird
default
frr
hvn0.lab.ipng.ch
hvn1.lab.ipng.ch
host1-0
host1-1
tap1-0
vpp1-0
etc
frr
netns
netplan
vpp
config
defaults.vpp
flowprobe.vpp
interface.vpp
lcp.vpp
loopback.vpp
manual.vpp
mpls.vpp
bootstrap.vpp
hostname
hosts
motd
resolv.conf
home
root
vpp1-1
vpp1-2
vpp1-3
hvn2.lab.ipng.ch
config
overlays
.gitignore
README.md
command
create
generate
7 lines
208 B
Plaintext
7 lines
208 B
Plaintext
comment { Create a loopback interface }
|
|
create loopback interface instance 0
|
|
set interface state loop0 up
|
|
set interface ip address loop0 192.168.11.0/32
|
|
set interface ip address loop0 2001:678:d78:210::/128
|
|
|