Interface BngProgrammable

  • All Superinterfaces:
    Behaviour, HandlerBehaviour

    public interface BngProgrammable
    extends HandlerBehaviour
    BNG programmable behavior. Provides means to update device forwarding state to perform BNG user plane functions (e.g., tunnel termination, accounting, etc.). An implementation of this API should not write state directly to the device, but instead, always rely on core ONOS subsystems (e.g., FlowRuleService, GroupService, etc).