Guest User

Untitled

a guest
Feb 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.68 KB | None | 0 0
  1. Index: package/base-files-network/files/lib/network/config.sh
  2. ===================================================================
  3. --- package/base-files-network/files/lib/network/config.sh  (revision 28499)
  4. +++ package/base-files-network/files/lib/network/config.sh  (working copy)
  5. @@ -219,6 +219,9 @@
  6.                     # Creating the bridge here will have triggered a hotplug event, which will
  7.                     # result in another setup_interface() call, so we simply stop processing
  8.                     # the current event at this point.
  9. +
  10. +                   # Apply sysctl settings
  11. +                   map_sysctls "$config" "br-$config"
  12.                 }
  13.                 ifconfig "$iface" ${macaddr:+hw ether "${macaddr}"} up 2>/dev/null >/dev/null
  14.                 return 1
Add Comment
Please, Sign In to add comment