0010-Revert-6to4-Remove-sourcerouting-parameter-registration.patch 656 B

123456789101112131415161718
  1. From: Matthias Schiffer <mschiffer@universe-factory.net>
  2. Date: Sun, 21 Jun 2015 05:47:54 +0200
  3. Subject: Revert "6to4: Remove sourcerouting parameter registration"
  4. This reverts commit b64e2fa3f75b9ae21d670a9084ca855ea39c25e6.
  5. diff --git a/package/network/ipv6/6to4/files/6to4.sh b/package/network/ipv6/6to4/files/6to4.sh
  6. index a5d0567..57efc52 100755
  7. --- a/package/network/ipv6/6to4/files/6to4.sh
  8. +++ b/package/network/ipv6/6to4/files/6to4.sh
  9. @@ -91,6 +91,7 @@ proto_6to4_init_config() {
  10. proto_config_add_int "mtu"
  11. proto_config_add_int "ttl"
  12. proto_config_add_string "tos"
  13. + proto_config_add_boolean "sourcerouting"
  14. }
  15. [ -n "$INCLUDE_ONLY" ] || {