strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new net configuration format
[strongswan.git]
/
testing
/
hosts
/
bob
/
etc
/
conf.d
/
net
1
# /etc/conf.d/net:
2
3
# This is basically the ifconfig argument without the ifconfig $iface
4
#
5
config_eth0=( "PH_IP_BOB broadcast 10.2.255.255 netmask 255.255.0.0"
6
"PH_IP6_BOB/16" )
7
8
# For setting the default gateway
9
#
10
routes_eth0=( "default via PH_IP_SUN1" )