[interfaces] Routage du wifi
Ignore-this: c86e31e5f044b3e64753952e220e27f darcs-hash:20110507190753-ffbb2-41c659fa3d6fcf9f79077e0a28e27048c131f123.gz
This commit is contained in:
parent
c63a932ea5
commit
35e27e2c25
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,8 @@ def pub6(interface, mode = 'serveur'):
|
|||
print ' pre-up /sbin/modprobe ipv6'
|
||||
if mode == 'serveur':
|
||||
print ' gateway fe80::219:bbff:fe31:3b80'
|
||||
elif mode == 'routeur':
|
||||
print ' up ip r add dev %s 2a01:240:fe3d:f7::/64 via 2a01:240:fe3d:4:20f:1fff:fe66:e0e8' % interface
|
||||
print
|
||||
|
||||
def adm6(interface):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue