0011-Revert-6rd-Remove-sourcerouting-parameter-registration.patch 678 B

123456789101112131415161718
  1. From: Matthias Schiffer <mschiffer@universe-factory.net>
  2. Date: Sun, 21 Jun 2015 05:48:01 +0200
  3. Subject: Revert "6rd: Remove sourcerouting parameter registration"
  4. This reverts commit cedaf068bf920099483adfad2e106e35737c964f.
  5. diff --git a/package/network/ipv6/6rd/files/6rd.sh b/package/network/ipv6/6rd/files/6rd.sh
  6. index 62d35b6..6c68b3b 100644
  7. --- a/package/network/ipv6/6rd/files/6rd.sh
  8. +++ b/package/network/ipv6/6rd/files/6rd.sh
  9. @@ -94,6 +94,7 @@ proto_6rd_init_config() {
  10. proto_config_add_string "ip6prefixlen"
  11. proto_config_add_string "ip4prefixlen"
  12. proto_config_add_string "tunlink"
  13. + proto_config_add_boolean "sourcerouting"
  14. proto_config_add_string "zone"
  15. }