Function knet_bindings::knet_bindings::link_add_acl[][src]

pub fn link_add_acl(
    handle: Handle,
    host_id: &HostId,
    link_id: u8,
    ss1: &SocketAddr,
    ss2: &SocketAddr,
    check_type: AclCheckType,
    acceptreject: AclAcceptReject
) -> Result<()>
Expand description

Add an ACL to a link, adds the ACL to the end of the list.