Skip to content
  • Allan Stephens's avatar
    tipc: Allow run-time alteration of default link settings · 5c216e1d
    Allan Stephens authored
    
    
    Permits run-time alteration of default link settings on a per-media
    and per-bearer basis, in addition to the existing per-link basis.
    The following syntax can now be used:
    
        tipc-config -lt=<link-name|bearer-name|media-name>/<tolerance>
        tipc-config -lp=<link-name|bearer-name|media-name>/<priority>
        tipc-config -lw=<link-name|bearer-name|media-name>/<window>
    
    Note that changes to the default settings for a given media type has
    no effect on the default settings used by existing bearers. Similarly,
    changes to default bearer settings has no effect on existing link
    endpoints that utilize that interface.
    
    Thanks to Florian Westphal <fw@strlen.de> for his contributions to
    the development of this enhancement.
    
    Signed-off-by: default avatarAllan Stephens <allan.stephens@windriver.com>
    Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
    5c216e1d