enum_plink_actions(9) actions to perform in mesh peers

SYNOPSIS


enum plink_actions {
PLINK_ACTION_INVALID,
PLINK_ACTION_OPEN,
PLINK_ACTION_BLOCK
};

CONSTANTS

PLINK_ACTION_INVALID

action 0 is reserved

PLINK_ACTION_OPEN

start mesh peer link establishment

PLINK_ACTION_BLOCK

block traffic from this mesh peer

AUTHOR

Johannes Berg <[email protected]>

Author.

COPYRIGHT