diff options
| author | Roy Marples <roy@marples.name> | 2009-10-11 08:03:30 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-10-11 08:03:30 +0100 |
| commit | 454bd460c491fd24ff03f686eb91bee7d37bd80f (patch) | |
| tree | c4e96cea40f6f816d829048b2a98b2ad96ce3851 | |
| parent | a7fabeef95604cd5dd4bbd0f7e9f3e958f624cac (diff) | |
| download | openrc-454bd460c491fd24ff03f686eb91bee7d37bd80f.tar.xz | |
Multihomed rules show not be applied to the interface, Gentoo #273303.
| -rw-r--r-- | doc/net.example.Linux.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index 8c1dfb80..70c70d2c 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -1003,7 +1003,7 @@ # else # for x; do # ebegin "${x}" -# ip rule add ${x} dev "${IFACE}" +# ip rule add ${x} # eend $? # done # fi |
