ENUM PLINK_ACTIONS

Section: Actions and configuration (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

enum_plink_actions - 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 <johannes@sipsolutions.net>

Author.
 

COPYRIGHT