updated sample8 ipsec imn due to outdated format
This commit is contained in:
parent
63b8b7e8a0
commit
219218eebc
1 changed files with 1 additions and 33 deletions
|
@ -345,13 +345,7 @@ node n1 {
|
|||
custom-config-id service:IPsec
|
||||
custom-command IPsec
|
||||
config {
|
||||
|
||||
('ipsec.sh', 'test1.key', 'test1.pem', 'ca-cert.pem', 'copycerts.sh', )
|
||||
60
|
||||
('sh copycerts.sh', 'sh ipsec.sh', )
|
||||
('killall racoon', )
|
||||
|
||||
|
||||
files=('ipsec.sh', 'test1.key', 'test1.pem', 'ca-cert.pem', 'copycerts.sh', )
|
||||
}
|
||||
}
|
||||
services {zebra OSPFv2 OSPFv3 IPForward IPsec}
|
||||
|
@ -513,19 +507,6 @@ node n2 {
|
|||
echo "running racoon -d -f $PWD/racoon.conf..."
|
||||
racoon -d -f $PWD/racoon.conf -l racoon.log
|
||||
|
||||
}
|
||||
}
|
||||
custom-config {
|
||||
custom-config-id service:IPsec
|
||||
custom-command IPsec
|
||||
config {
|
||||
|
||||
('ipsec.sh', )
|
||||
60
|
||||
('sh ipsec.sh', )
|
||||
('killall racoon', )
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
services {zebra OSPFv2 OSPFv3 IPForward IPsec}
|
||||
|
@ -682,19 +663,6 @@ node n3 {
|
|||
echo "running racoon -d -f $PWD/racoon.conf..."
|
||||
racoon -d -f $PWD/racoon.conf -l racoon.log
|
||||
|
||||
}
|
||||
}
|
||||
custom-config {
|
||||
custom-config-id service:IPsec
|
||||
custom-command IPsec
|
||||
config {
|
||||
|
||||
('ipsec.sh', )
|
||||
60
|
||||
('sh ipsec.sh', )
|
||||
('killall racoon', )
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
services {zebra OSPFv2 OSPFv3 IPForward IPsec}
|
||||
|
|
Loading…
Reference in a new issue