From Fedora Project Wiki

No edit summary
No edit summary
 
Line 6: Line 6:
* systemd-networkd
* systemd-networkd
* teamd
* teamd
** from initscripts:
  Currently, team masters and slaves are supported
  via ifup-Team* and ifdown-Team* scripts shipped in
  teamd package. It uses somehow ugly workaround where
  user have to specify DEVIVETYPE to "Team" or "TeamPort".
  This turned out to be non-optimal solution as this is
  confusing users. Also it does not work when TYPE is set.
  So fix this by adding the team support hooks directly
  into initscripts. Now for team port, user needs only to set:
  TEAM_MASTER="teamx" and for team master, user needs only to set:
  TEAM_CONFIG="...whatever..."
  Signed-off-by: Jiri Pirko <jiri@resnulli.us>
* iputils
* iputils
* iproute
* iproute

Latest revision as of 18:46, 1 May 2014

use this space for research notes, lists of packages or projects to look into, contacts made, etc. It should help with writing the beat in future releases, so please use it. Organization is ad-hoc, feel free to shuffle.

= Packages

  • initscripts changes
  • NetworkManager changes
  • systemd-networkd
  • teamd
    • from initscripts:
 Currently, team masters and slaves are supported 
 via ifup-Team* and ifdown-Team* scripts shipped in 
 teamd package. It uses somehow ugly workaround where
 user have to specify DEVIVETYPE to "Team" or "TeamPort". 
 This turned out to be non-optimal solution as this is 
 confusing users. Also it does not work when TYPE is set. 
 So fix this by adding the team support hooks directly 
 into initscripts. Now for team port, user needs only to set: 
 TEAM_MASTER="teamx" and for team master, user needs only to set: 
 TEAM_CONFIG="...whatever..." 
 Signed-off-by: Jiri Pirko <jiri@resnulli.us>
  • iputils
  • iproute

services

places

  • /etc/nsswitch.conf changes
  • systctl defaults