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
eliminated nexthop
[strongswan.git]
/
testing
/
hosts
/
carol
/
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_CAROL broadcast 192.168.0.255 netmask 255.255.255.0"
6
"PH_IP6_CAROL/16" )
7
8
# For setting the default gateway
9
#
10
routes_eth0=( "default via 192.168.0.254" )