diff options
author | Toke Høiland-Jørgensen <toke@toke.dk> | 2014-11-05 20:35:32 +0100 |
---|---|---|
committer | Toke Høiland-Jørgensen <toke@toke.dk> | 2014-11-05 20:36:08 +0100 |
commit | 40b2a8bd1a51e7f1b46fa24d0ad25dbde026be13 (patch) | |
tree | fa7228155ca244e22e3f6e6107c66f61879b2063 /net/bcp38/files | |
parent | 0ff2c654383486d82815456f36758c25ec5e7d44 (diff) |
Change default bcp38 interface to be eth1, don't enable by default.
Diffstat (limited to 'net/bcp38/files')
-rw-r--r-- | net/bcp38/files/bcp38.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bcp38/files/bcp38.config b/net/bcp38/files/bcp38.config index 80431e580..08e8e20b3 100644 --- a/net/bcp38/files/bcp38.config +++ b/net/bcp38/files/bcp38.config @@ -1,6 +1,6 @@ config bcp38 - option enabled 1 - option interface 'ge00' + option enabled 0 + option interface 'eth1' option detect_upstream 1 list match '127.0.0.0/8' list match '0.0.0.0/8' # RFC 1700 |