Changes between Version 16 and Version 17 of Tinc


Ignore:
Timestamp:
02/16/10 23:08:09 (7 months ago)
Author:
welterde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tinc

    v16 v17  
    5959{{{ 
    6060#!/bin/sh 
    61 ip address add 172.22.255.xxx/28 broadcast 172.22.255.191 dev $INTERFACE -- this time $INTERFACE is meant literal 
     61ip address add 172.22.255.xxx/28 broadcast 172.22.255.191 scope link dev $INTERFACE -- this time $INTERFACE is meant literal 
    6262ip link set $INTERFACE up  -- same here 
    6363}}}