Add a split horizon resolv.conf
- in default namespace, point to 194.1.163.3 and .4 - in dataplane namespace, point to lab.ipng.ch (192.168.1X.4 and 2001:678:d78:2X1::ffff) - renumber ipv4 transit nets, so that .4/31 is labX.lab.ipng.ch <-> e0.vppX-0 - refactor common args (like nameserver search paths, node count, etc) Regenerate the whole thing.
This commit is contained in:
@ -5,4 +5,4 @@ exec /etc/vpp/config/interface.vpp
|
||||
exec /etc/vpp/config/lcp.vpp
|
||||
|
||||
comment { Allow user to set persistent manual configs }
|
||||
exec /etc/vpp/config/manual.vpp
|
||||
exec /etc/vpp/config/manual.vpp
|
||||
|
@ -1,4 +1,5 @@
|
||||
set logging class linux-cp rate-limit 1000 level warn syslog-level notice
|
||||
lcp default netns dataplane
|
||||
lcp lcp-sync on
|
||||
lcp lcp-auto-subint off
|
||||
lcp lcp-auto-subint off
|
||||
|
||||
|
@ -1 +1 @@
|
||||
comment { This file is overridden by blobs/vpp2-3/etc/vpp/config/interfaces.vpp }
|
||||
comment { This file is overridden by blobs/vpp2-3/etc/vpp/config/interfaces.vpp }
|
||||
|
@ -3,4 +3,5 @@ lcp create loop0 host-if loop0
|
||||
lcp create GigabitEthernet10/0/0 host-if e0
|
||||
lcp create GigabitEthernet10/0/1 host-if e1
|
||||
lcp create GigabitEthernet10/0/2 host-if e2
|
||||
lcp create GigabitEthernet10/0/3 host-if e3
|
||||
lcp create GigabitEthernet10/0/3 host-if e3
|
||||
|
||||
|
@ -2,4 +2,5 @@ comment { Create a loopback interface }
|
||||
create loopback interface instance 0
|
||||
set interface state loop0 up
|
||||
set interface ip address loop0 192.168.12.3/32
|
||||
set interface ip address loop0 2001:678:d78:220::3/128
|
||||
set interface ip address loop0 2001:678:d78:220::3/128
|
||||
|
||||
|
@ -0,0 +1,2 @@
|
||||
comment { Put any config for vpp2-3 you'd like here. }
|
||||
comment { It will persist across restarts of VPP and reboots of the VM. }
|
Reference in New Issue
Block a user